Add missing include moc file

This commit is contained in:
Laurent Montel
2023-08-30 17:43:43 +02:00
committed by Tobias Fella
parent 21a55885b3
commit 0e4df58fc9
2 changed files with 4 additions and 0 deletions

View File

@@ -153,3 +153,5 @@ void NeoChatConnection::deactivateAccount(const QString &password)
}
});
}
#include "moc_neochatconnection.cpp"

View File

@@ -336,3 +336,5 @@ void Registration::registerEmail()
m_sid = job->jsonData()["sid"_ls].toString();
});
}
#include "moc_registration.cpp"