aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@qt.io>2016-11-24 09:05:54 +0100
committerSimon Hausmann <simon.hausmann@qt.io>2016-11-24 08:38:32 +0000
commitae5c13acb12b66929032824b651177db341f6d57 (patch)
tree7230a8f136da5682a696f01a4c587ac6da8a3220 /src
parent7b7fb7fe3ab8ce5db744329b2f138fd8b2a811ea (diff)
Fix OS platform label documentation
Task-number: QTBUG-49033 Change-Id: I2e8157f8d2b40299799cbf31b424060ff89ab75a Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/qml/qml/qqmlengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlengine.cpp b/src/qml/qml/qqmlengine.cpp
index 7877ee7e21..2a439bde98 100644
--- a/src/qml/qml/qqmlengine.cpp
+++ b/src/qml/qml/qqmlengine.cpp
@@ -443,7 +443,7 @@ The following functions are also on the Qt object.
\li \c "osx" - \macos
\li \c "unix" - Other Unix-based OS
\li \c "windows" - Windows
- \li \c "winrt" - Windows Runtime
+ \li \c "winrt" - WinRT / UWP
\li \c "winphone" - Windows Phone
\endlist
\endtable