aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-06-04 21:49:15 +0200
committerGitHub <noreply@github.com>2022-06-04 21:49:15 +0200
commitdb1c804812c449bac366baf34b6e1d60951bf759 (patch)
treef69304576543b08f2016901dc2aeff39baaa4591
parent493d58f3588ea5031c1a525de3ba07e9a54fa22f (diff)
parent91b85f99190621baf4da28b6c9050becb5767041 (diff)
downloadPrismLauncher-db1c804812c449bac366baf34b6e1d60951bf759.tar.gz
PrismLauncher-db1c804812c449bac366baf34b6e1d60951bf759.tar.bz2
PrismLauncher-db1c804812c449bac366baf34b6e1d60951bf759.zip
Merge pull request #718 from DioEgizio/revert-unfunny-pr
-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);