summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-09-08 16:15:42 +0200
committerErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-09-15 16:12:58 +0300
commit7a9aa43e8225b0843211bcbcfa7cba6ef83cd4b9 (patch)
tree3a03f8dfbac82727c2995b9b58d8cf3d32ee41bb /tools
parentd55557a105e83730498c5cba64e7796d9a40c04f (diff)
Support namelist attribute and <param> in <invoke>.
Change-Id: If608c472c7a280b922e65a41173ac88b353c8d14 Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/qscxmlc/scxmlcppdumper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qscxmlc/scxmlcppdumper.cpp b/tools/qscxmlc/scxmlcppdumper.cpp
index 1fca644..1d95cd7 100644
--- a/tools/qscxmlc/scxmlcppdumper.cpp
+++ b/tools/qscxmlc/scxmlcppdumper.cpp
@@ -348,7 +348,7 @@ protected:
}
line += QStringLiteral(" %1").arg(addString(name));
}
- line += QStringLiteral(" }");
+ line += QStringLiteral(" }, ");
}
line += QStringLiteral("%1, ").arg(invoke->autoforward ? QStringLiteral("true") : QStringLiteral("false"));
if (invoke->params.isEmpty()) {