[Enums] Moved class to header.
This commit is contained in:
parent
ad7a6a9984
commit
112e7254fa
|
@ -1,7 +1 @@
|
||||||
#include "enums.hpp"
|
#include "enums.hpp"
|
||||||
|
|
||||||
// Forces meta generation.
|
|
||||||
class Dummy : public QObject
|
|
||||||
{
|
|
||||||
Q_OBJECT
|
|
||||||
};
|
|
||||||
|
|
|
@ -57,4 +57,11 @@ Q_ENUM_NS(Backends)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Forces meta generation.
|
||||||
|
class Dummy : public QObject
|
||||||
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue