summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-10-29 09:49:52 (GMT)
committerKent Hansen <khansen@trolltech.com>2009-10-29 11:48:21 (GMT)
commitc3b4522259bbbe216b31cd66ec6ce26d68847823 (patch)
treeed651814354eafe283bf91add45590795ae70a76
parentc3968d0981fd29764e3c665903f4c8db53cc1af3 (diff)
downloadQt-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.cpp2
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