Doc: Clean up references to Qt System Info
authorSze Howe Koh <szehowe.koh@gmail.com>
Thu, 8 May 2014 15:47:38 +0000 (23:47 +0800)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 12 May 2014 10:26:40 +0000 (12:26 +0200)
The module is not released yet; the current documentation is misleading.

Change-Id: Ia20ac8e3504942f6f60b94264f3a12497e09da24
Reviewed-by: Niels Weber <niels.weber@digia.com>
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
examples/multimedia/video/qmlvideo/qml/qmlvideo/DisableScreenSaver.qml
examples/multimedia/video/qmlvideofx/qml/qmlvideofx/DisableScreenSaver.qml
src/imports/multimedia/Video.qml
src/qtmultimediaquicktools/qdeclarativevideooutput.cpp

index efc657c..01ed95e 100644 (file)
@@ -41,6 +41,7 @@
 
 import QtQuick 2.0
 import QtSystemInfo 5.0
+// NOTE: The QtSystemInfo module is not yet part of Qt 5
 
 Item {
     ScreenSaver {
index f36b2b1..362386b 100644 (file)
@@ -41,6 +41,7 @@
 
 import QtQuick 2.0
 import QtMobility.systeminfo 1.1
+// NOTE: The QtSystemInfo module is not yet part of Qt 5
 
 Item {
     ScreenSaver {
index 0b8dc11..9da8084 100644 (file)
@@ -85,6 +85,7 @@ import QtMultimedia 5.0
 
     \sa MediaPlayer, VideoOutput
 
+\omit
     \section1 Screen Saver
 
     If it is likely that an application will be playing video for an extended
@@ -97,8 +98,11 @@ import QtMultimedia 5.0
 
     ScreenSaver { screenSaverEnabled: false }
     \endqml
+\endomit
 */
 
+// TODO: Restore Qt System Info docs when the module is released
+
 Item {
     id: video
 
index b13665f..e904307 100644 (file)
@@ -104,6 +104,7 @@ QT_BEGIN_NAMESPACE
 
     \sa MediaPlayer, Camera
 
+\omit
     \section1 Screen Saver
 
     If it is likely that an application will be playing video for an extended
@@ -116,8 +117,11 @@ QT_BEGIN_NAMESPACE
 
     ScreenSaver { screenSaverEnabled: false }
     \endqml
+\endomit
 */
 
+// TODO: Restore Qt System Info docs when the module is released
+
 /*!
     \internal
     \class QDeclarativeVideoOutput