aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/ivigenerator/templates_frontend/struct.h.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/ivigenerator/templates_frontend/struct.h.tpl')
-rw-r--r--src/tools/ivigenerator/templates_frontend/struct.h.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/ivigenerator/templates_frontend/struct.h.tpl b/src/tools/ivigenerator/templates_frontend/struct.h.tpl
index 376ff64..6e99119 100644
--- a/src/tools/ivigenerator/templates_frontend/struct.h.tpl
+++ b/src/tools/ivigenerator/templates_frontend/struct.h.tpl
@@ -71,6 +71,7 @@ class {{exportsymbol}} {{class}} : public QIviStandardItem
{{ivi.property(field, notify=false)}}
{% endfor %}
Q_CLASSINFO("IviPropertyDomains", "{{ struct.fields|json_domain|replace("\"", "\\\"") }}")
+
public:
Q_INVOKABLE {{class}}();
Q_INVOKABLE {{class}}(const {{class}} &rhs);