summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/main.cpp
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2012-04-20 11:57:17 +0300
committerQt by Nokia <qt-info@nokia.com>2012-04-20 16:21:31 +0200
commita941e0c0a63697419c224c71ae8eaa808cecaaf9 (patch)
treeedf23930cd37daee3b997048894930f85f910cf0 /src/plugins/platforms/windows/main.cpp
parent9b7739899e5040cb6fbb4825a6ac96d9eaca60d6 (diff)
Windows: Remove fontengine autodetection logic
Always default to native font engine as native fonts now work in QML applications, too. Change-Id: Iafa5f6d25a9a3b22f49763f287e4e358216cfc2d Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'src/plugins/platforms/windows/main.cpp')
-rw-r--r--src/plugins/platforms/windows/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/platforms/windows/main.cpp b/src/plugins/platforms/windows/main.cpp
index 6d7c89e086..9f6ce99836 100644
--- a/src/plugins/platforms/windows/main.cpp
+++ b/src/plugins/platforms/windows/main.cpp
@@ -59,8 +59,8 @@ QT_BEGIN_NAMESPACE
of QGuiApplication:
\list
- \li \c fontengine=native Indicates that the freetype font
- engine should not be used.
+ \li \c fontengine=native Indicates that native font engine should be used (default)
+ \li \c fontengine=freetype Indicates that freetype font engine should be used
\li \c gl=gdi Indicates that ARB Open GL functionality should not be used
\endlist