mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
Bitcoin-Qt: remove obsolete modal flag from GUI APIs
- as we (can) supply the CClientUIInterface::MODAL flag via the style parameter, we don't need a separate bool for checking the modality
This commit is contained in:
@@ -71,7 +71,7 @@ signals:
|
||||
void alertsChanged(const QString &warnings);
|
||||
|
||||
//! Asynchronous message notification
|
||||
void message(const QString &title, const QString &message, bool modal, unsigned int style);
|
||||
void message(const QString &title, const QString &message, unsigned int style);
|
||||
|
||||
public slots:
|
||||
void updateTimer();
|
||||
|
||||
Reference in New Issue
Block a user