diff options
author | Martin Smith <msmith@trolltech.com> | 2009-10-16 11:41:22 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-10-16 11:41:22 (GMT) |
commit | bfa428f7d32b2fa56a6839200cd9b301fd97e217 (patch) | |
tree | 68bb9c3a320a9387f62ec1624766eeaad6e59ce9 | |
parent | d186d527cd43df3aa453c9ad3ab7507d7f37f790 (diff) | |
download | Qt-bfa428f7d32b2fa56a6839200cd9b301fd97e217.zip Qt-bfa428f7d32b2fa56a6839200cd9b301fd97e217.tar.gz Qt-bfa428f7d32b2fa56a6839200cd9b301fd97e217.tar.bz2 |
doc: Corrected typo.
-rw-r--r-- | src/gui/graphicsview/qgraphicsscene.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/graphicsview/qgraphicsscene.cpp b/src/gui/graphicsview/qgraphicsscene.cpp index 0773559..a624b10 100644 --- a/src/gui/graphicsview/qgraphicsscene.cpp +++ b/src/gui/graphicsview/qgraphicsscene.cpp @@ -5297,7 +5297,7 @@ void QGraphicsScene::setActivePanel(QGraphicsItem *item) /*! \since 4.4 - Returns the current active window, or 0 if there is no window is currently + Returns the current active window, or 0 if no window is currently active. \sa QGraphicsScene::setActiveWindow() |