Add missing include moc

This commit is contained in:
Laurent Montel
2024-05-25 19:05:09 +02:00
parent 31f0e39617
commit 7837364b86
3 changed files with 6 additions and 0 deletions

View File

@@ -152,3 +152,5 @@ void IdentityServerHelper::clearIdentityServer()
m_status = Ready;
Q_EMIT statusChanged();
}
#include "moc_identityserverhelper.cpp"