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.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/qscxmlc/decl.t b/tools/qscxmlc/decl.t
index 648476d..baf1600 100644
--- a/tools/qscxmlc/decl.t
+++ b/tools/qscxmlc/decl.t
@@ -8,6 +8,11 @@ public:
Q_INVOKABLE ${classname}(QObject *parent = 0);
~${classname}();
+${accessors}
+
+Q_SIGNALS:
+${signals}
+
private:
struct Data;
friend struct Data;