From 0e0f7c0b7b7de5cc05ceb41201b807f557dde8fb Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Tue, 15 Sep 2020 16:25:29 +0200 Subject: Fix compile warning from deprecated application attributes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit AA_DisableHighDpiScaling and AA_UseHighDpiPixmaps have been deprecated. As of 90358f6042d1fe2db849e17e1b0c875fb0560b20 and 2dc46c09026362cc267b1183faf09fb29479ef93 in qtbase, respectively, these settings are deprecated and have no effect. Change-Id: I1eb1f77a64893dd077bd08216d26633d43e1e0e3 Reviewed-by: Tor Arne Vestbø --- tests/auto/shared/qtest_quickcontrols.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/auto/shared/qtest_quickcontrols.h b/tests/auto/shared/qtest_quickcontrols.h index 17e5a6d2..acd0304c 100644 --- a/tests/auto/shared/qtest_quickcontrols.h +++ b/tests/auto/shared/qtest_quickcontrols.h @@ -77,7 +77,6 @@ static int runTests(QObject *testObject, int argc, char *argv[]) int main(int argc, char *argv[]) \ { \ qputenv("QML_NO_TOUCH_COMPRESSION", "1"); \ - QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling); \ QGuiApplication app(argc, argv); \ TestCase tc; \ QTEST_SET_MAIN_SOURCE_PATH \ -- cgit v1.2.3