summaryrefslogtreecommitdiffstats
path: root/src/imports/scxmlstatemachine/statemachineextended.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/scxmlstatemachine/statemachineextended.cpp')
-rw-r--r--src/imports/scxmlstatemachine/statemachineextended.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/scxmlstatemachine/statemachineextended.cpp b/src/imports/scxmlstatemachine/statemachineextended.cpp
index 6b1b13b..4434931 100644
--- a/src/imports/scxmlstatemachine/statemachineextended.cpp
+++ b/src/imports/scxmlstatemachine/statemachineextended.cpp
@@ -51,7 +51,7 @@ QScxmlStateMachineExtended::QScxmlStateMachineExtended(QObject *extendee) :
QQmlListProperty<QObject> QScxmlStateMachineExtended::children()
{
- return QQmlListProperty<QObject>(this, m_children);
+ return QQmlListProperty<QObject>(this, &m_children);
}
QT_END_NAMESPACE