diff options
| author | Jonas Schnelli <[email protected]> | 2018-03-06 12:26:40 +0800 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2018-03-26 18:40:26 +0700 |
| commit | 12d8d2681e34a191f5d82f15448f8c4c9a14f6d0 (patch) | |
| tree | 8845e3ca6c3abab36ae926f6385b20581960cc2d /src/qt/walletmodel.h | |
| parent | Qt: QComboBox::setVisible doesn't work in toolbars, so defer adding it at all... (diff) | |
| download | discoin-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.h | 3 |
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; |