From c3a4d3608245c5614fcaf95bbe37f2300bbac4cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20Johan=20S=C3=B8rvig?= Date: Thu, 12 Sep 2019 12:03:17 +0200 Subject: High-DPI: Remove usages of Qt::AA_UseHighDpiPixmaps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove usages of Qt::AA_UseHighDpiPixmaps from examples/. This flag is now on by default, and can't be disabled. Task-number: QTBUG-83092 Change-Id: Ie28622f816da2fe28d4ab272d45ea20bd051d5f3 Reviewed-by: Tor Arne Vestbø Reviewed-by: Friedemann Kleint --- examples/widgets/gallery/main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/widgets/gallery') diff --git a/examples/widgets/gallery/main.cpp b/examples/widgets/gallery/main.cpp index 7f1782c84e..688a1d6039 100644 --- a/examples/widgets/gallery/main.cpp +++ b/examples/widgets/gallery/main.cpp @@ -62,7 +62,6 @@ int main(int argc, char *argv[]) } if (useHighDpiScaling) { - QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps); QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling); } else { QCoreApplication::setAttribute(Qt::AA_DisableHighDpiScaling); -- cgit v1.2.3