aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel d'Andrada <daniel.dandrada@nokia.com>2010-08-06 09:50:27 +0300
committerDaniel d'Andrada <daniel.dandrada@nokia.com>2010-08-06 09:50:27 +0300
commitc10f496501448a955b0d79861acf218e1f0d2d47 (patch)
tree588be2de47b83704cd7a561175ac66e1a8a2631c
parenta2b8c314b492cfe56251422416146d7bf45127ad (diff)
Changes: Small fix in MSceneWindow::appear(policy) documentation
RevBy: TrustMe
-rw-r--r--src/corelib/widgets/mscenewindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/widgets/mscenewindow.h b/src/corelib/widgets/mscenewindow.h
index 8142981f..bf1481b5 100644
--- a/src/corelib/widgets/mscenewindow.h
+++ b/src/corelib/widgets/mscenewindow.h
@@ -228,7 +228,7 @@ public Q_SLOTS:
* is strongly discouraged since it can make a scene window appear in an MWindow
* different from the intended one. That's due to the fact that it depends on
* which MWindow happens to be active when this method is called. In such
- * scenarios use either appear(MWindow*) or MSceneManager::appearSceneWindow().
+ * scenarios use either appear(MWindow*) or appear(QGraphicsScene*).
*
* \param policy Deletion policy. Defines whether this scene window should be
* automatically deleted when no longer used.