From 69dd61abe7dee5d27f70b055a26bc91a3bd00f7a Mon Sep 17 00:00:00 2001 From: EndrII Date: Mon, 19 Jul 2021 12:27:11 +0300 Subject: [PATCH] disable depricated option --- Examples/src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Examples/src/main.cpp b/Examples/src/main.cpp index 8d779f9..8c77fd4 100644 --- a/Examples/src/main.cpp +++ b/Examples/src/main.cpp @@ -16,7 +16,6 @@ int main(int argc, char *argv[]) { QGuiApplication::setApplicationName("ViewSolutionsExample"); QGuiApplication::setOrganizationName("QuasarApp"); - QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling); QGuiApplication app(argc, argv);