aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickscreen.cpp
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2013-09-24 15:23:45 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-25 13:51:06 +0200
commit779182eb4a56d29958a064baf642c52a311a93e5 (patch)
treef5d3d04c69594e2dfa5b6e6a91092fa6c7941a58 /src/quick/items/qquickscreen.cpp
parent3e6305f6ac3d8565d714448a29c32917e097e184 (diff)
Doc: Made Qt Quick items' \since consistent.
Qt 5.2: -"\since QtQuick 2.2" -> "\since 5.2" Qt 5.1: -"\since QtQuick 2.1" -> "\since 5.1" -"\since Qt 5.1" -> "\since 5.1" Qt 5.0: -"\since QtQuick 2.0" -> "\since 5.0" Task-number: QTBUG-32172 Change-Id: I699b00b31373a434ddb8f4caccfef40c588bf8a4 Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src/quick/items/qquickscreen.cpp')
-rw-r--r--src/quick/items/qquickscreen.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/quick/items/qquickscreen.cpp b/src/quick/items/qquickscreen.cpp
index 80080d8b88..59ba6d5190 100644
--- a/src/quick/items/qquickscreen.cpp
+++ b/src/quick/items/qquickscreen.cpp
@@ -82,7 +82,7 @@ QT_BEGIN_NAMESPACE
/*!
\qmlattachedproperty String QtQuick.Window2::Screen::name
\readonly
- \since Qt 5.1
+ \since 5.1
The name of the screen.
*/
@@ -101,7 +101,7 @@ QT_BEGIN_NAMESPACE
/*!
\qmlattachedproperty int QtQuick.Window2::Screen::desktopAvailableWidth
\readonly
- \since Qt 5.1
+ \since 5.1
This contains the available width of the collection of screens which make
up the virtual desktop, in pixels, excluding window manager reserved areas
@@ -115,7 +115,7 @@ QT_BEGIN_NAMESPACE
/*!
\qmlattachedproperty int QtQuick.Window2::Screen::desktopAvailableHeight
\readonly
- \since Qt 5.1
+ \since 5.1
This contains the available height of the collection of screens which make
up the virtual desktop, in pixels, excluding window manager reserved areas
@@ -129,7 +129,7 @@ QT_BEGIN_NAMESPACE
/*!
\qmlattachedproperty real QtQuick.Window2::Screen::logicalPixelDensity
\readonly
- \since Qt 5.1
+ \since 5.1
The number of logical pixels per millimeter. Logical pixels are the
usual units in QML; on some systems they may be different than physical