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 QtSystemInfo 5.0
|
||||
// NOTE: The QtSystemInfo module is not yet part of Qt 5
|
||||
|
||||
Item {
|
||||
ScreenSaver {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user