summaryrefslogtreecommitdiffstats
path: root/tools/qscxmlc/decl.t
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qscxmlc/decl.t')
-rw-r--r--tools/qscxmlc/decl.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qscxmlc/decl.t b/tools/qscxmlc/decl.t
index 2b35d67..b0963e4 100644
--- a/tools/qscxmlc/decl.t
+++ b/tools/qscxmlc/decl.t
@@ -3,6 +3,7 @@ class ${classname}: public QScxmlStateMachine
public:
/* qmake ignore Q_OBJECT */
Q_OBJECT
+${properties}
public:
${classname}(QObject *parent = 0);