Use Q_ENUM instead of Q_ENUMS
This commit is contained in:
parent
5843a02e1b
commit
b435ab1f46
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue