Skip to content

Commit 202d853

Browse files
committed
qt: Move initialization/shutdown to a thread
Move AppInit2 and Shutdown to a thread. This allows a more responsive splash screen, prevents 'process does not respond' messages from the window system and will allow for showing a user friendly window while shutting down.
1 parent 6a0e237 commit 202d853

File tree

3 files changed

+301
-114
lines changed

3 files changed

+301
-114
lines changed

src/qt/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ QT_MOC_CPP = moc_aboutdialog.cpp moc_addressbookpage.cpp \
108108

109109
BITCOIN_MM = macdockiconhandler.mm macnotificationhandler.mm
110110

111-
QT_MOC = intro.moc overviewpage.moc rpcconsole.moc
111+
QT_MOC = intro.moc overviewpage.moc rpcconsole.moc bitcoin.moc
112112

113113
QT_QRC_CPP = qrc_bitcoin.cpp
114114
QT_QRC = bitcoin.qrc

0 commit comments

Comments
 (0)