File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -436,16 +436,17 @@ int GuiMain(int argc, char* argv[])
436
436
Q_INIT_RESOURCE (bitcoin);
437
437
Q_INIT_RESOURCE (bitcoin_locale);
438
438
439
- BitcoinApplication app (*node, argc, argv);
440
439
// Generate high-dpi pixmaps
441
440
QApplication::setAttribute (Qt::AA_UseHighDpiPixmaps);
442
441
#if QT_VERSION >= 0x050600
443
- QGuiApplication ::setAttribute (Qt::AA_EnableHighDpiScaling);
442
+ QCoreApplication ::setAttribute (Qt::AA_EnableHighDpiScaling);
444
443
#endif
445
444
#ifdef Q_OS_MAC
446
445
QApplication::setAttribute (Qt::AA_DontShowIconsInMenus);
447
446
#endif
448
447
448
+ BitcoinApplication app (*node, argc, argv);
449
+
449
450
// Register meta types used for QMetaObject::invokeMethod
450
451
qRegisterMetaType< bool * >();
451
452
// Need to pass name here as CAmount is a typedef (see http://qt-project.org/doc/qt-5/qmetatype.html#qRegisterMetaType)
You can’t perform that action at this time.
0 commit comments