Doc: Clean up references to Qt System Info

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>
This commit is contained in:
Sze Howe Koh
2014-05-08 23:47:38 +08:00
committed by The Qt Project
parent 364258abfc
commit 1d6872ae9c
4 changed files with 10 additions and 0 deletions

View File

@@ -41,6 +41,7 @@
import QtQuick 2.0 import QtQuick 2.0
import QtSystemInfo 5.0 import QtSystemInfo 5.0
// NOTE: The QtSystemInfo module is not yet part of Qt 5
Item { Item {
ScreenSaver { ScreenSaver {

View File

@@ -41,6 +41,7 @@
import QtQuick 2.0 import QtQuick 2.0
import QtMobility.systeminfo 1.1 import QtMobility.systeminfo 1.1
// NOTE: The QtSystemInfo module is not yet part of Qt 5
Item { Item {
ScreenSaver { ScreenSaver {

View File

@@ -85,6 +85,7 @@ import QtMultimedia 5.0
\sa MediaPlayer, VideoOutput \sa MediaPlayer, VideoOutput
\omit
\section1 Screen Saver \section1 Screen Saver
If it is likely that an application will be playing video for an extended 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 } ScreenSaver { screenSaverEnabled: false }
\endqml \endqml
\endomit
*/ */
// TODO: Restore Qt System Info docs when the module is released
Item { Item {
id: video id: video

View File

@@ -104,6 +104,7 @@ QT_BEGIN_NAMESPACE
\sa MediaPlayer, Camera \sa MediaPlayer, Camera
\omit
\section1 Screen Saver \section1 Screen Saver
If it is likely that an application will be playing video for an extended If it is likely that an application will be playing video for an extended
@@ -116,8 +117,11 @@ QT_BEGIN_NAMESPACE
ScreenSaver { screenSaverEnabled: false } ScreenSaver { screenSaverEnabled: false }
\endqml \endqml
\endomit
*/ */
// TODO: Restore Qt System Info docs when the module is released
/*! /*!
\internal \internal
\class QDeclarativeVideoOutput \class QDeclarativeVideoOutput