summaryrefslogtreecommitdiffstats
path: root/tools/qscxmlc/scxmlcppdumper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qscxmlc/scxmlcppdumper.cpp')
-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 4fb8251..6266b8d 100644
--- a/tools/qscxmlc/scxmlcppdumper.cpp
+++ b/tools/qscxmlc/scxmlcppdumper.cpp
@@ -840,7 +840,7 @@ QString CppDumper::generateMetaObject(const QString &className,
signal.type.rawName = signal.type.name;
signal.normalizedType = signal.type.name;
signal.name = mangledStateName + "Changed";
- signal.access = FunctionDef::Private;
+ signal.access = FunctionDef::Public;
signal.isSignal = true;
if (!m_qtMode) {
signal.implementation = "QMetaObject::activate(_o, &staticMetaObject, %d, _a);";