diff options
author | Kent Hansen <khansen@trolltech.com> | 2009-04-20 10:49:24 +0200 |
---|---|---|
committer | Kent Hansen <khansen@trolltech.com> | 2009-04-20 10:49:24 +0200 |
commit | f2d10ae7b08e268ab619bddb698924629b3587dd (patch) | |
tree | a25376b3c453380a345492fc2c3e20ca0b0c6a5d /src/corelib/statemachine/qhistorystate.cpp | |
parent | 49b496d9601af37de1627ef2014f011b501ceeed (diff) | |
download | qt4-tools-f2d10ae7b08e268ab619bddb698924629b3587dd.tar.gz |
doc
Diffstat (limited to 'src/corelib/statemachine/qhistorystate.cpp')
-rw-r--r-- | src/corelib/statemachine/qhistorystate.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/statemachine/qhistorystate.cpp b/src/corelib/statemachine/qhistorystate.cpp index a0c933c45d..8143d41354 100644 --- a/src/corelib/statemachine/qhistorystate.cpp +++ b/src/corelib/statemachine/qhistorystate.cpp @@ -49,6 +49,7 @@ QT_BEGIN_NAMESPACE \brief The QHistoryState class provides a means of returning to a previously active substate. + \since 4.6 \ingroup statemachine A history state is a pseudo-state that represents the child state that the |