diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-11-19 04:18:53 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-11-19 04:18:53 (GMT) |
commit | aab933d997a303f22864f8c1d843f6882a38d496 (patch) | |
tree | 0897fdb1f6ccd2a2c0562320aa1ae7efaad87fb5 /src/declarative/util/qmlstategroup_p.h | |
parent | d4e35bced214119c7d825eb9d3bd76c1114934ba (diff) | |
download | Qt-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.h | 1 |
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 |