diff options
| author | Philip Kaufmann <[email protected]> | 2012-12-03 13:24:42 +0100 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2012-12-03 13:24:42 +0100 |
| commit | 3675588a30eae39921afbf00f32f86913d5d2bd5 (patch) | |
| tree | 8fe4a7164440556b6e43fd41d2287d93428c32e3 /src/qt/walletmodel.h | |
| parent | Merge pull request #2046 from Diapolo/traymenu (diff) | |
| download | discoin-3675588a30eae39921afbf00f32f86913d5d2bd5.tar.xz discoin-3675588a30eae39921afbf00f32f86913d5d2bd5.zip | |
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
Diffstat (limited to 'src/qt/walletmodel.h')
| -rw-r--r-- | src/qt/walletmodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/walletmodel.h b/src/qt/walletmodel.h index 3c8d5903b..fd5c8c4d4 100644 --- a/src/qt/walletmodel.h +++ b/src/qt/walletmodel.h @@ -148,7 +148,7 @@ signals: void requireUnlock(); // 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: /* Wallet status might have changed */ |