From d0eb261836f8f59898893def84e0250d7502d53a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Tue, 1 Sep 2020 15:56:08 +0200 Subject: Remove use of deprecated High-DPI application attributes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ibfb50fdcbb51ba93d6e5d11f9e8ce0e7b3bfde79 Reviewed-by: Morten Johan Sørvig --- examples/quick/scenegraph/customgeometry/main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/quick/scenegraph/customgeometry') diff --git a/examples/quick/scenegraph/customgeometry/main.cpp b/examples/quick/scenegraph/customgeometry/main.cpp index 0b9b2eb3f9..15310d279f 100644 --- a/examples/quick/scenegraph/customgeometry/main.cpp +++ b/examples/quick/scenegraph/customgeometry/main.cpp @@ -56,7 +56,6 @@ //! [1] int main(int argc, char **argv) { - QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling); QGuiApplication app(argc, argv); QQuickView view; -- cgit v1.2.3