We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0bc27a commit 77833a3Copy full SHA for 77833a3
src/qt/bitcoin.cpp
@@ -52,7 +52,6 @@
52
#include <QThread>
53
#include <QTimer>
54
#include <QTranslator>
55
-#include <QtGlobal>
56
57
#if defined(QT_STATICPLUGIN)
58
#include <QtPlugin>
@@ -467,13 +466,6 @@ int GuiMain(int argc, char* argv[])
467
466
QApplication::setAttribute(Qt::AA_UseHighDpiPixmaps);
468
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
469
470
-#if (QT_VERSION <= QT_VERSION_CHECK(5, 9, 8)) && defined(Q_OS_MACOS)
471
- const auto os_name = QSysInfo::prettyProductName();
472
- if (os_name.startsWith("macOS 11") || os_name.startsWith("macOS 10.16")) {
473
- QApplication::setStyle("fusion");
474
- }
475
-#endif
476
-
477
BitcoinApplication app;
478
QFontDatabase::addApplicationFont(":/fonts/monospace");
479
0 commit comments