From ce544e63aaa39058e87fe488d2af91bfe1e1d0ae Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Tue, 8 Oct 2019 19:10:32 +0200 Subject: [PATCH] Remove attributes . Now in main --- ScreenPlay/app.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ScreenPlay/app.cpp b/ScreenPlay/app.cpp index ef3e8f1e..2df40213 100644 --- a/ScreenPlay/app.cpp +++ b/ScreenPlay/app.cpp @@ -3,13 +3,12 @@ App::App() : QObject(nullptr) { - QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling); + QGuiApplication::setOrganizationName("ScreenPlay"); QGuiApplication::setOrganizationDomain("screen-play.app"); QGuiApplication::setApplicationName("ScreenPlay"); QGuiApplication::setApplicationVersion("0.3.0"); QGuiApplication::setQuitOnLastWindowClosed(false); - QGuiApplication::setWindowIcon(QIcon(":/assets/icons/favicon.ico")); QQuickWindow::setTextRenderType(QQuickWindow::TextRenderType::NativeTextRendering);