mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-02-09 08:15:41 +08:00
8 lines
116 B
C++
8 lines
116 B
C++
|
#include "FluHttpInterceptor.h"
|
||
|
|
||
|
FluHttpInterceptor::FluHttpInterceptor(QObject *parent)
|
||
|
: QObject{parent}
|
||
|
{
|
||
|
|
||
|
}
|