diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-06-04 21:49:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-04 21:49:15 +0200 |
commit | db1c804812c449bac366baf34b6e1d60951bf759 (patch) | |
tree | f69304576543b08f2016901dc2aeff39baaa4591 | |
parent | 493d58f3588ea5031c1a525de3ba07e9a54fa22f (diff) | |
parent | 91b85f99190621baf4da28b6c9050becb5767041 (diff) | |
download | PrismLauncher-db1c804812c449bac366baf34b6e1d60951bf759.tar.gz PrismLauncher-db1c804812c449bac366baf34b6e1d60951bf759.tar.bz2 PrismLauncher-db1c804812c449bac366baf34b6e1d60951bf759.zip |
Merge pull request #718 from DioEgizio/revert-unfunny-pr
-rw-r--r-- | launcher/main.cpp | 4 |
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); |