diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-02-23 21:34:42 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-02-23 21:34:42 +0200 |
commit | faa06ecc9c357428f3fa7a8f86b41b1220809951 (patch) | |
tree | ee99c86994e99483782d257e01334e496190604a /src/qt/bitcoin.cpp | |
parent | 2e8116149ca45316e7cdd8ed25ea9a130afd0130 (diff) |
build: Bump minimum Qt version to 5.9.5
Diffstat (limited to 'src/qt/bitcoin.cpp')
-rw-r--r-- | src/qt/bitcoin.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp index bad74fcbcc..ef2f56c2c0 100644 --- a/src/qt/bitcoin.cpp +++ b/src/qt/bitcoin.cpp @@ -464,9 +464,7 @@ int GuiMain(int argc, char* argv[]) // Generate high-dpi pixmaps QApplication::setAttribute(Qt::AA_UseHighDpiPixmaps); -#if QT_VERSION >= 0x050600 QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling); -#endif #if (QT_VERSION <= QT_VERSION_CHECK(5, 9, 8)) && defined(Q_OS_MACOS) const auto os_name = QSysInfo::prettyProductName(); |