aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2016-06-16 04:30:49 -0700
committerJake Petroules <jake.petroules@qt.io>2016-06-16 22:40:05 +0000
commit1591d0e0f62a48d2ef45cc8af9b5d39158e169d5 (patch)
treeb1f83c0e6688e01d5344cd48d1b6558d348be470 /src
parent6358e1365539d2ea26ec20617b58c0fed11d647e (diff)
Fix reference to Windows RT which actually meant Windows Runtime.
Change-Id: I701b25bc73cf84b1daae481eebfd2dc19003ce78 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@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 2cfe468134..9a06f6b055 100644
--- a/src/qml/qml/qqmlengine.cpp
+++ b/src/qml/qml/qqmlengine.cpp
@@ -402,7 +402,7 @@ 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 "winrt" - Windows Runtime
\li \c "winphone" - Windows Phone
\endlist
\endtable