FluentUI/src/FluHttpInterceptor.cpp
2023-07-20 18:26:47 +08:00

8 lines
116 B
C++

#include "FluHttpInterceptor.h"
FluHttpInterceptor::FluHttpInterceptor(QObject *parent)
: QObject{parent}
{
}