mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-03-10 22:07:30 +08:00
8 lines
116 B
C++
8 lines
116 B
C++
|
#include "FluHttpInterceptor.h"
|
||
|
|
||
|
FluHttpInterceptor::FluHttpInterceptor(QObject *parent)
|
||
|
: QObject{parent}
|
||
|
{
|
||
|
|
||
|
}
|