aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine.cpp
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-01-29 14:14:54 +0100
committerCaroline Chao <caroline.chao@theqtcompany.com>2015-02-02 07:36:23 +0000
commite8bc9f7fbcbb88d4cfa5288b14843cc23a51d70a (patch)
tree27a79c0b0532c1ce03c2ff1a5fd4fc7ee033586a /src/qml/qml/qqmlengine.cpp
parent7cf59462ce19dd9b23d523090f9f8eea37a15cc8 (diff)
Doc: add missing "winrt" & "winphone" to Qt.platform.os
Change-Id: Idc252cc0303ffd7e8259cd9bf19a05a643657600 Reviewed-by: Caroline Chao <caroline.chao@theqtcompany.com> Reviewed-by: Karim Pinter <karim.pinter@digia.com>
Diffstat (limited to 'src/qml/qml/qqmlengine.cpp')
-rw-r--r--src/qml/qml/qqmlengine.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qml/qml/qqmlengine.cpp b/src/qml/qml/qqmlengine.cpp
index 3b82fa15c0..610952440e 100644
--- a/src/qml/qml/qqmlengine.cpp
+++ b/src/qml/qml/qqmlengine.cpp
@@ -392,6 +392,8 @@ The following functions are also on the Qt object.
\li \c "unix" - Other Unix-based OS
\li \c "windows" - Windows
\li \c "wince" - Windows CE
+ \li \c "winrt" - Windows RT
+ \li \c "winphone" - Windows Phone
\endlist
\endtable
*/