Add explicit moc includes to sources for moc-covered headers
This commit is contained in:
@@ -26,3 +26,5 @@ DevicesProxyModel::DevicesProxyModel(QObject *parent)
|
|||||||
setSortRole(DevicesModel::LastTimestamp);
|
setSortRole(DevicesModel::LastTimestamp);
|
||||||
sort(0, Qt::DescendingOrder);
|
sort(0, Qt::DescendingOrder);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#include "moc_devicesproxymodel.cpp"
|
||||||
|
|||||||
@@ -108,3 +108,5 @@ QHash<int, QByteArray> KeywordNotificationRuleModel::roleNames() const
|
|||||||
{
|
{
|
||||||
return {{NameRole, QByteArrayLiteral("name")}};
|
return {{NameRole, QByteArrayLiteral("name")}};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#include "moc_keywordnotificationrulemodel.cpp"
|
||||||
|
|||||||
Reference in New Issue
Block a user