mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
gui: return EXIT_FAILURE on post-init fatal errors
This commit is contained in:
@@ -62,9 +62,6 @@ public:
|
||||
/// Request core initialization
|
||||
void requestInitialize();
|
||||
|
||||
/// Get process return value
|
||||
int getReturnValue() const { return returnValue; }
|
||||
|
||||
/// Get window identifier of QMainWindow (BitcoinGUI)
|
||||
WId getMainWinId() const;
|
||||
|
||||
@@ -104,7 +101,6 @@ private:
|
||||
PaymentServer* paymentServer{nullptr};
|
||||
WalletController* m_wallet_controller{nullptr};
|
||||
#endif
|
||||
int returnValue{0};
|
||||
const PlatformStyle* platformStyle{nullptr};
|
||||
std::unique_ptr<QWidget> shutdownWindow;
|
||||
SplashScreen* m_splash = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user