1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Remove attributes . Now in main

This commit is contained in:
Elias Steurer 2019-10-08 19:10:32 +02:00
parent de3d3f5c28
commit ce544e63aa

View File

@ -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);