diff options
author | Kent Hansen <khansen@trolltech.com> | 2009-04-29 12:10:45 (GMT) |
---|---|---|
committer | Kent Hansen <khansen@trolltech.com> | 2009-04-29 12:10:45 (GMT) |
commit | 6558134ec1dbf13ab56a40b0b269a50e92feb188 (patch) | |
tree | f8cbbaa22813a763fb8ee91b6c5623efaa1e48b2 /src/corelib/statemachine | |
parent | f7d69d7538fc77f65fb2f0223a5c3def03d3f9c8 (diff) | |
download | Qt-6558134ec1dbf13ab56a40b0b269a50e92feb188.zip Qt-6558134ec1dbf13ab56a40b0b269a50e92feb188.tar.gz Qt-6558134ec1dbf13ab56a40b0b269a50e92feb188.tar.bz2 |
doc
Diffstat (limited to 'src/corelib/statemachine')
-rw-r--r-- | src/corelib/statemachine/qstatemachine.cpp | 8 |
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() */ |