From c87ae78dd78f4a8cee040b5d27e7a6f2425f3aaf Mon Sep 17 00:00:00 2001 From: Martin Smith <martin.smith@digia.com> Date: Wed, 23 Apr 2014 13:12:29 +0200 Subject: [PATCH] doc: class QQuickCloseEvent added to module QtQuick 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quick/items/qquickwindow.cpp b/src/quick/items/qquickwindow.cpp index b6a8fb0a03..49e8f3e373 100644 --- a/src/quick/items/qquickwindow.cpp +++ b/src/quick/items/qquickwindow.cpp @@ -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 */ -- GitLab