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

@@ -105,3 +105,5 @@ QHash<int, QByteArray> PowerLevelModel::roleNames() const
{
return {{NameRole, "name"}, {ValueRole, "value"}};
}
#include "moc_powerlevel.cpp"

View File

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

View File

@@ -197,3 +197,5 @@ void ThreePIdAddHelper::back()
return;
}
}
#include "moc_threepidaddhelper.cpp"