diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-12-03 13:24:42 +0100 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-12-03 13:24:42 +0100 |
commit | 3675588a30eae39921afbf00f32f86913d5d2bd5 (patch) | |
tree | 8fe4a7164440556b6e43fd41d2287d93428c32e3 /src/qt/clientmodel.h | |
parent | 7a8dd988638e197e13c8faf366cfb81aa4d67783 (diff) |
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/clientmodel.h')
-rw-r--r-- | src/qt/clientmodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/clientmodel.h b/src/qt/clientmodel.h index b16b2d5004..1afccb7859 100644 --- a/src/qt/clientmodel.h +++ b/src/qt/clientmodel.h @@ -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(); |