mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-13 15:39:05 +01:00
qt: Override BitcoinApplication::event() to handle QEvent::Quit
This commit is contained in:
@@ -92,6 +92,9 @@ Q_SIGNALS:
|
||||
void splashFinished();
|
||||
void windowShown(BitcoinGUI* window);
|
||||
|
||||
protected:
|
||||
bool event(QEvent* e) override;
|
||||
|
||||
private:
|
||||
std::optional<InitExecutor> m_executor;
|
||||
OptionsModel *optionsModel;
|
||||
|
||||
Reference in New Issue
Block a user