Move QtQuick.Window module docs
authorBea Lam <bea.lam@nokia.com>
Wed, 1 Aug 2012 00:14:34 +0000 (10:14 +1000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 2 Aug 2012 03:44:58 +0000 (05:44 +0200)
Doesn't seem to get picked up by qdoc if the module docs reside
under quick/.

Change-Id: Ie27e85ee422d2259ffcb23d05ceb6fbbe7d22283
Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
src/imports/window/plugin.cpp
src/quick/items/qquickwindow.cpp

index b0c8c90..fedaef2 100644 (file)
 
 QT_BEGIN_NAMESPACE
 
+/*!
+    \qmlmodule QtQuick.Window 2
+    \title QML Module QtQuick.Window 2.0
+    \brief Contains types for window management
+
+    This QML module contains types for creating top-level windows and accessing screen information.
+
+    To use the types in this module, import the module with the following line:
+
+    \code
+    import QtQuick.Window 2.0
+    \endcode
+*/
+
+
+
 //![class decl]
 class QtQuick2WindowPlugin : public QQmlExtensionPlugin
 {
index 0924c24..0a803c5 100644 (file)
@@ -774,21 +774,6 @@ void QQuickWindowPrivate::cleanup(QSGNode *n)
     q->maybeUpdate();
 }
 
-
-/*!
-    \qmlmodule QtQuick.Window 2
-    \title QML Module QtQuick.Window 2.0
-    \brief Contains types for window management
-
-    This QML module contains types for creating top-level windows and accessing screen information.
-
-    To use the types in this module, import the module with the following line:
-
-    \code
-    import QtQuick.Window 2.0
-    \endcode
-*/
-
 /*!
     \qmltype Window
     \instantiates QQuickWindow