summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2016-11-18 13:53:11 +0100
committerUlf Hermann <ulf.hermann@qt.io>2016-11-23 08:12:36 +0000
commitf777b33b8ad41ebdd833045d798ab86861e07e4c (patch)
tree0fc523c0ad3c07e886ffbb917b30f89124f04e17 /tools
parente8bee4bd6f6f6373806704fef7b9618372f2130c (diff)
Remove redundant "public:" from generated headers
Conventionally Q_OBJECT and Q_PROPERTY is before the first access specifier. Change-Id: I4d93c08ada356d1a3695141852095224a215793b Reviewed-by: Kevin Funk <kevin.funk@kdab.com> Reviewed-by: Jan Arne Petersen <jan.petersen@kdab.com> Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
Diffstat (limited to 'tools')
-rw-r--r--tools/qscxmlc/decl.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/qscxmlc/decl.t b/tools/qscxmlc/decl.t
index 7c27f1d..9482885 100644
--- a/tools/qscxmlc/decl.t
+++ b/tools/qscxmlc/decl.t
@@ -1,6 +1,5 @@
class ${classname}: public QScxmlStateMachine
{
-public:
/* qmake ignore Q_OBJECT */
Q_OBJECT
${properties}