doc: add missing \sa tag

Change-Id: I50580bfefdf556f116b7099946b047acd12d4563
Reviewed-by: Laszlo Papp <lpapp@kde.org>
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
This commit is contained in:
Kent Hansen 2012-06-27 13:59:48 +02:00 committed by Qt by Nokia
parent 9f838153e6
commit ed609db257

View File

@ -1885,7 +1885,7 @@ void QStateMachine::removeState(QAbstractState *state)
/*!
Returns whether this state machine is running.
start(), stop()
\sa start(), stop()
*/
bool QStateMachine::isRunning() const
{