summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-04-29 12:10:45 (GMT)
committerKent Hansen <khansen@trolltech.com>2009-04-29 12:10:45 (GMT)
commit6558134ec1dbf13ab56a40b0b269a50e92feb188 (patch)
treef8cbbaa22813a763fb8ee91b6c5623efaa1e48b2 /src
parentf7d69d7538fc77f65fb2f0223a5c3def03d3f9c8 (diff)
downloadQt-6558134ec1dbf13ab56a40b0b269a50e92feb188.zip
Qt-6558134ec1dbf13ab56a40b0b269a50e92feb188.tar.gz
Qt-6558134ec1dbf13ab56a40b0b269a50e92feb188.tar.bz2
doc
Diffstat (limited to 'src')
-rw-r--r--src/corelib/statemachine/qstatemachine.cpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/corelib/statemachine/qstatemachine.cpp b/src/corelib/statemachine/qstatemachine.cpp
index 8320b0d..b278bb5 100644
--- a/src/corelib/statemachine/qstatemachine.cpp
+++ b/src/corelib/statemachine/qstatemachine.cpp
@@ -177,6 +177,12 @@ QT_BEGIN_NAMESPACE
\brief the error string of this state machine
*/
+/*!
+ \property QStateMachine::globalRestorePolicy
+
+ \brief the restore policy for states of this state machine.
+*/
+
#ifndef QT_NO_ANIMATION
/*!
\property QStateMachine::animationsEnabled
@@ -1509,7 +1515,7 @@ void QStateMachine::setErrorState(QAbstractState *state)
\value RestoreProperties The state machine should save the initial values of properties
and restore them later.
- \sa setRestorePolicy(), restorePolicy(), QState::assignProperty()
+ \sa QStateMachine::globalRestorePolicy QState::assignProperty()
*/