mirror of https://github.com/nymea/nymea.git
fix compilation with Qt <= 5.4 (Debian jessie still has that)
parent
ec5da8db07
commit
c605bf15fe
|
|
@ -31,6 +31,7 @@ namespace guhserver {
|
|||
class UserManager : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_ENUMS(UserError)
|
||||
public:
|
||||
enum UserError {
|
||||
UserErrorNoError,
|
||||
|
|
@ -41,7 +42,6 @@ public:
|
|||
UserErrorTokenNotFound,
|
||||
UserErrorPermissionDenied
|
||||
};
|
||||
Q_ENUM(UserError)
|
||||
|
||||
explicit UserManager(QObject *parent = 0);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue