Add missing Q_OBJECT macros

Reviewed-by: thorbjorn
This commit is contained in:
Tobias Hunger
2010-01-11 10:10:54 +01:00
parent b95c86db23
commit 443a0377b4
2 changed files with 4 additions and 0 deletions

View File

@@ -41,6 +41,8 @@ class Command;
class ActionContainer : public QObject
{
Q_OBJECT
public:
enum EmptyAction {
EA_Mask = 0xFF00,