Fix meta object declaration for tests

tunnel-proxy-fixes
Simon Stürz 2021-08-12 14:21:05 +02:00
parent 6c355b4c43
commit 7161cfe795
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@ BaseTest::BaseTest(QObject *parent) :
QObject(parent)
{
resetDebugCategories();
qRegisterMetaType<TransportClient*>("TransportClient*");
}
void BaseTest::loadConfiguration(const QString &fileName)