From aa23b09cf5bedc65e33f56a486625a14689a5704 Mon Sep 17 00:00:00 2001 From: Olivier Le Doeuff Date: Tue, 20 Aug 2024 17:23:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20Remove=20deprecated=20`Qt::AA=5F?= =?UTF-8?q?EnableHighDpiScaling`=20from=20example=20(#20)?= 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;