diff --git a/src/models/devicesproxymodel.cpp b/src/models/devicesproxymodel.cpp index 5e15b4738..32e11c2a0 100644 --- a/src/models/devicesproxymodel.cpp +++ b/src/models/devicesproxymodel.cpp @@ -26,3 +26,5 @@ DevicesProxyModel::DevicesProxyModel(QObject *parent) setSortRole(DevicesModel::LastTimestamp); sort(0, Qt::DescendingOrder); } + +#include "moc_devicesproxymodel.cpp" diff --git a/src/models/keywordnotificationrulemodel.cpp b/src/models/keywordnotificationrulemodel.cpp index 13fb876b4..fb169d52a 100644 --- a/src/models/keywordnotificationrulemodel.cpp +++ b/src/models/keywordnotificationrulemodel.cpp @@ -108,3 +108,5 @@ QHash KeywordNotificationRuleModel::roleNames() const { return {{NameRole, QByteArrayLiteral("name")}}; } + +#include "moc_keywordnotificationrulemodel.cpp"