Use Q_ENUM instead of Q_ENUMS

This commit is contained in:
Nicolas Fella 2018-11-26 00:14:33 +01:00
parent 5843a02e1b
commit b435ab1f46

View file

@ -45,7 +45,7 @@ public:
DateRole, DateRole,
}; };
Q_ENUMS(Roles) Q_ENUM(Roles)
QString threadId() const; QString threadId() const;
void setThreadId(const QString &threadId); void setThreadId(const QString &threadId);