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:
committed by
The Qt Project
parent
364258abfc
commit
1d6872ae9c
@@ -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 {
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user