From 6558134ec1dbf13ab56a40b0b269a50e92feb188 Mon Sep 17 00:00:00 2001 From: Kent Hansen Date: Wed, 29 Apr 2009 14:10:45 +0200 Subject: doc --- src/corelib/statemachine/qstatemachine.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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() */ -- cgit v0.12