@ -52,7 +52,6 @@
# include <QThread>
# include <QThread>
# include <QTimer>
# include <QTimer>
# include <QTranslator>
# include <QTranslator>
# include <QtGlobal>
# if defined(QT_STATICPLUGIN)
# if defined(QT_STATICPLUGIN)
# include <QtPlugin>
# include <QtPlugin>
@ -467,13 +466,6 @@ int GuiMain(int argc, char* argv[])
QApplication : : setAttribute ( Qt : : AA_UseHighDpiPixmaps ) ;
QApplication : : setAttribute ( Qt : : AA_UseHighDpiPixmaps ) ;
QCoreApplication : : setAttribute ( Qt : : AA_EnableHighDpiScaling ) ;
QCoreApplication : : setAttribute ( Qt : : AA_EnableHighDpiScaling ) ;
# if (QT_VERSION <= QT_VERSION_CHECK(5, 9, 8)) && defined(Q_OS_MACOS)
const auto os_name = QSysInfo : : prettyProductName ( ) ;
if ( os_name . startsWith ( " macOS 11 " ) | | os_name . startsWith ( " macOS 10.16 " ) ) {
QApplication : : setStyle ( " fusion " ) ;
}
# endif
BitcoinApplication app ;
BitcoinApplication app ;
QFontDatabase : : addApplicationFont ( " :/fonts/monospace " ) ;
QFontDatabase : : addApplicationFont ( " :/fonts/monospace " ) ;