Add missing includes moc

This commit is contained in:
Laurent Montel
2024-04-15 08:10:50 +02:00
parent c3e7a99bca
commit a247e40865
10 changed files with 19 additions and 0 deletions

View File

@@ -55,3 +55,5 @@ QHash<int, QByteArray> ThreePIdModel::roleNames() const
{MediumRole, QByteArrayLiteral("medium")},
};
}
#include "moc_threepidmodel.cpp"