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, 0 insertions, 1 deletions
diff --git a/src/tools/ivigenerator/templates/frontend/struct.h.tpl b/src/tools/ivigenerator/templates/frontend/struct.h.tpl
index 3eaa480..9405c60 100644
--- a/src/tools/ivigenerator/templates/frontend/struct.h.tpl
+++ b/src/tools/ivigenerator/templates/frontend/struct.h.tpl
@@ -70,7 +70,6 @@ class {{exportsymbol}} {{class}} : public QIviStandardItem
{% for field in struct.fields %}
{{ivi.property(field, notify=false)}}
{% endfor %}
- Q_CLASSINFO("IviPropertyDomains", "{{ struct.fields|json_domain|replace("\"", "\\\"") }}")
public:
{{class}}();