aboutsummaryrefslogtreecommitdiff
path: root/src/corelib/widgets/mscenewindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/widgets/mscenewindow.h')
-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.