aboutsummaryrefslogtreecommitdiff
path: root/launcher/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/main.cpp')
-rw-r--r--launcher/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/launcher/main.cpp b/launcher/main.cpp
index 85c5fdee..3d25b4ff 100644
--- a/launcher/main.cpp
+++ b/launcher/main.cpp
@@ -27,10 +27,6 @@ int main(int argc, char *argv[])
QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QGuiApplication::setAttribute(Qt::AA_UseHighDpiPixmaps);
-#if (QT_VERSION >= QT_VERSION_CHECK(5, 14, 0))
- QApplication::setHighDpiScaleFactorRoundingPolicy(Qt::HighDpiScaleFactorRoundingPolicy::PassThrough);
-#endif
-
// initialize Qt
Application app(argc, argv);