summaryrefslogtreecommitdiffstats
path: root/tools/qscxmlc/scxmlcppdumper.cpp
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@qt.io>2020-07-01 01:33:22 +0200
committerKarsten Heimrich <karsten.heimrich@qt.io>2020-07-01 14:18:43 +0200
commitcb484f6774889c068c3caca9ad40f9ceb7da4f02 (patch)
tree6a12bff4552d91fc677b0691c33d8047fbe8f600 /tools/qscxmlc/scxmlcppdumper.cpp
parent5b77d4186d5110b14f00825d67f691bbe660bc88 (diff)
Update QtScxml module towards Qt6 changes
Fixes: QTBUG-85089 Change-Id: I78f8b1061f5dd75e435f9725fb6387670c1d2bf3 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'tools/qscxmlc/scxmlcppdumper.cpp')
-rw-r--r--tools/qscxmlc/scxmlcppdumper.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/qscxmlc/scxmlcppdumper.cpp b/tools/qscxmlc/scxmlcppdumper.cpp
index f26217a..8bf8ce7 100644
--- a/tools/qscxmlc/scxmlcppdumper.cpp
+++ b/tools/qscxmlc/scxmlcppdumper.cpp
@@ -795,7 +795,6 @@ QString CppDumper::generateMetaObject(const QString &className,
signal.arguments << arg;
classDef.signalList << signal;
- ++classDef.notifyableProperties;
PropertyDef prop;
prop.name = stateName.toUtf8();
if (m_translationUnit->stateMethods)