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.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qscxmlc/decl.t b/tools/qscxmlc/decl.t
index 482c123..baf1600 100644
--- a/tools/qscxmlc/decl.t
+++ b/tools/qscxmlc/decl.t
@@ -5,7 +5,7 @@ class ${classname}: public QScxmlStateMachine
${properties}
public:
- ${classname}(QObject *parent = 0);
+ Q_INVOKABLE ${classname}(QObject *parent = 0);
~${classname}();
${accessors}