aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodel.h
diff options
context:
space:
mode:
authorJonas Schnelli <[email protected]>2018-03-06 12:26:40 +0800
committerJonas Schnelli <[email protected]>2018-03-26 18:40:26 +0700
commit12d8d2681e34a191f5d82f15448f8c4c9a14f6d0 (patch)
tree8845e3ca6c3abab36ae926f6385b20581960cc2d /src/qt/walletmodel.h
parentQt: QComboBox::setVisible doesn't work in toolbars, so defer adding it at all... (diff)
downloaddiscoin-12d8d2681e34a191f5d82f15448f8c4c9a14f6d0.tar.xz
discoin-12d8d2681e34a191f5d82f15448f8c4c9a14f6d0.zip
Qt: When multiple wallets are used, include in notifications the name
Diffstat (limited to 'src/qt/walletmodel.h')
-rw-r--r--src/qt/walletmodel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qt/walletmodel.h b/src/qt/walletmodel.h
index 02f59d001..08175abe8 100644
--- a/src/qt/walletmodel.h
+++ b/src/qt/walletmodel.h
@@ -222,6 +222,9 @@ public:
int getDefaultConfirmTarget() const;
+ QString getWalletName() const;
+
+ static bool isMultiwallet();
private:
CWallet *wallet;
bool fHaveWatchOnly;