diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2018-05-18 14:34:53 +0200 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2018-05-19 11:24:40 +0200 |
commit | 2885c131b6b8ec1140e02ed8f2933c2ffbf41fd1 (patch) | |
tree | b27311c1c58e8c2698ff262f263fd41d12fb0de8 /src/qt/bitcoingui.h | |
parent | 1a8b12c69c0158e6440c53a34b03a32fc0580878 (diff) |
Qt: use [default wallet] as name for wallet with no name
Diffstat (limited to 'src/qt/bitcoingui.h')
-rw-r--r-- | src/qt/bitcoingui.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index 8ce14f06c6..89c1c73a79 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -186,6 +186,7 @@ public Q_SLOTS: #ifdef ENABLE_WALLET bool setCurrentWallet(const QString& name); + bool setCurrentWalletBySelectorIndex(int index); /** Set the UI status indicators based on the currently selected wallet. */ void updateWalletStatus(); |