1
0
Fork 0

[Enums] Moved class to header.

This commit is contained in:
NamedKitten 2018-12-22 13:40:16 +00:00
parent ad7a6a9984
commit 112e7254fa
2 changed files with 7 additions and 6 deletions

View file

@ -1,7 +1 @@
#include "enums.hpp"
// Forces meta generation.
class Dummy : public QObject
{
Q_OBJECT
};

View file

@ -57,4 +57,11 @@ Q_ENUM_NS(Backends)
}
// Forces meta generation.
class Dummy : public QObject
{
Q_OBJECT
};
#endif