summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlstategroup_p.h
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-11-19 04:18:53 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-11-19 04:18:53 (GMT)
commitaab933d997a303f22864f8c1d843f6882a38d496 (patch)
tree0897fdb1f6ccd2a2c0562320aa1ae7efaad87fb5 /src/declarative/util/qmlstategroup_p.h
parentd4e35bced214119c7d825eb9d3bd76c1114934ba (diff)
downloadQt-aab933d997a303f22864f8c1d843f6882a38d496.zip
Qt-aab933d997a303f22864f8c1d843f6882a38d496.tar.gz
Qt-aab933d997a303f22864f8c1d843f6882a38d496.tar.bz2
Remove deleted states from the StateGroup.
Diffstat (limited to 'src/declarative/util/qmlstategroup_p.h')
-rw-r--r--src/declarative/util/qmlstategroup_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/util/qmlstategroup_p.h b/src/declarative/util/qmlstategroup_p.h
index f4c6d86..ddd27d7 100644
--- a/src/declarative/util/qmlstategroup_p.h
+++ b/src/declarative/util/qmlstategroup_p.h
@@ -83,6 +83,7 @@ Q_SIGNALS:
private:
friend class QmlState;
void updateAutoState();
+ void removeState(QmlState *state);
};
QT_END_NAMESPACE