aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodel.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2012-12-03 13:24:42 +0100
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2012-12-03 13:24:42 +0100
commit3675588a30eae39921afbf00f32f86913d5d2bd5 (patch)
tree8fe4a7164440556b6e43fd41d2287d93428c32e3 /src/qt/walletmodel.h
parent7a8dd988638e197e13c8faf366cfb81aa4d67783 (diff)
downloadbitcoin-3675588a30eae39921afbf00f32f86913d5d2bd5.tar.xz
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/walletmodel.h b/src/qt/walletmodel.h
index 3c8d5903b0..fd5c8c4d4f 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 */