diff options
author | Kent Hansen <khansen@trolltech.com> | 2009-10-29 09:49:52 (GMT) |
---|---|---|
committer | Kent Hansen <khansen@trolltech.com> | 2009-10-29 11:48:21 (GMT) |
commit | c3b4522259bbbe216b31cd66ec6ce26d68847823 (patch) | |
tree | ed651814354eafe283bf91add45590795ae70a76 | |
parent | c3968d0981fd29764e3c665903f4c8db53cc1af3 (diff) | |
download | Qt-c3b4522259bbbe216b31cd66ec6ce26d68847823.zip Qt-c3b4522259bbbe216b31cd66ec6ce26d68847823.tar.gz Qt-c3b4522259bbbe216b31cd66ec6ce26d68847823.tar.bz2 |
doc: Remove \internal tag from QStateMachine::configuration()
This function is useful for debugging, if nothing else, and has been
requested by users. We also refer to it in one of our blog posts, so
there's little point in trying to hide it any longer.
Reviewed-by: Eskil Abrahamsen Blomfeldt
-rw-r--r-- | src/corelib/statemachine/qstatemachine.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/statemachine/qstatemachine.cpp b/src/corelib/statemachine/qstatemachine.cpp index 45b0286..689967a 100644 --- a/src/corelib/statemachine/qstatemachine.cpp +++ b/src/corelib/statemachine/qstatemachine.cpp @@ -1971,8 +1971,6 @@ bool QStateMachine::cancelDelayedEvent(int id) } /*! - \internal - Returns the maximal consistent set of states (including parallel and final states) that this state machine is currently in. If a state \c s is in the configuration, it is always the case that the parent of \c s is also in |