FluentUI/src/FluHttpInterceptor.cpp

8 lines
116 B
C++
Raw Normal View History

2023-07-20 18:26:47 +08:00
#include "FluHttpInterceptor.h"
FluHttpInterceptor::FluHttpInterceptor(QObject *parent)
: QObject{parent}
{
}