aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoin.cpp
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2018-11-14 01:32:51 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2018-11-14 01:32:51 +0200
commit2bc3f114d09a9798d166896b0145b69c5ed2d41e (patch)
tree750f514672f249a19ca103b0971572a6c6f3b190 /src/qt/bitcoin.cpp
parent8c59bb85f9798429fb1372b8e83378d292888286 (diff)
downloadbitcoin-2bc3f114d09a9798d166896b0145b69c5ed2d41e.tar.xz
Bump the minimum Qt version to 5.2
Diffstat (limited to 'src/qt/bitcoin.cpp')
-rw-r--r--src/qt/bitcoin.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp
index 7508f596e6..de236a016f 100644
--- a/src/qt/bitcoin.cpp
+++ b/src/qt/bitcoin.cpp
@@ -570,10 +570,8 @@ int main(int argc, char *argv[])
Q_INIT_RESOURCE(bitcoin_locale);
BitcoinApplication app(*node, argc, argv);
-#if QT_VERSION > 0x050100
// Generate high-dpi pixmaps
QApplication::setAttribute(Qt::AA_UseHighDpiPixmaps);
-#endif
#if QT_VERSION >= 0x050600
QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
#endif