doc: class QQuickCloseEvent added to module QtQuick
authorMartin Smith <martin.smith@digia.com>
Wed, 23 Apr 2014 11:12:29 +0000 (13:12 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 2 May 2014 05:34:15 +0000 (07:34 +0200)
The wrong qdoc command had been used to add it to the
QML module QtQuick.Window. This caused a link to the
QML module to be not found by qdoc. The correct command
and C++ module name are now used.

Task-number: QTBUG-38529
Change-Id: I810f179d8f70dc8fb4d359ac3d4b192ef63ca429
Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com>
src/quick/items/qquickwindow.cpp

index b6a8fb0..49e8f3e 100644 (file)
@@ -2772,7 +2772,7 @@ QOpenGLContext *QQuickWindow::openglContext() const
     \internal
     \since 5.1
 
-    \inmodule QtQuick.Window
+    \inmodule QtQuick
 
     \brief Notification that a \l QQuickWindow is about to be closed
 */