From 2deeeda7b0f82e23cf097fb57533867aaa5031ea Mon Sep 17 00:00:00 2001 From: Olivier LDff Date: Tue, 20 Aug 2024 16:45:28 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20Remove=20deprecated=20`Qt::AA=5F?= =?UTF-8?q?EnableHighDpiScaling`=20from=20example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/ExampleQml.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/ExampleQml.cpp b/examples/ExampleQml.cpp index 92ef263..d6530df 100644 --- a/examples/ExampleQml.cpp +++ b/examples/ExampleQml.cpp @@ -5,8 +5,6 @@ int main(int argc, char *argv[]) { - QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling); - QGuiApplication app(argc, argv); QQmlApplicationEngine engine;