aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/qml-i18n/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml/qml-i18n/main.cpp')
-rw-r--r--examples/qml/qml-i18n/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/qml/qml-i18n/main.cpp b/examples/qml/qml-i18n/main.cpp
index 0680dc8b41..9f6c588b84 100644
--- a/examples/qml/qml-i18n/main.cpp
+++ b/examples/qml/qml-i18n/main.cpp
@@ -52,7 +52,6 @@
int main(int argc, char *argv[])
{
- QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QGuiApplication app(argc, argv);
QQmlApplicationEngine engine;
const QUrl url(QStringLiteral("qrc:/qml-i18n.qml"));