diff options
author | João Barbosa <joao.paulo.barbosa@gmail.com> | 2018-06-25 22:22:01 +0100 |
---|---|---|
committer | João Barbosa <joao.paulo.barbosa@gmail.com> | 2019-01-04 15:22:13 +0000 |
commit | d2a1adffebee86763fafc6f3ed2722f7038654c7 (patch) | |
tree | 01599ba49363bc0cc26775448fe471d2b7156eca /src/qt/walletmodel.h | |
parent | 9c64278e1a723bdc34598d0d83e56f1e74ea39bb (diff) |
qt: Factor out WalletModel::getDisplayName()
Diffstat (limited to 'src/qt/walletmodel.h')
-rw-r--r-- | src/qt/walletmodel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qt/walletmodel.h b/src/qt/walletmodel.h index ec4c5a2a6c..2988682533 100644 --- a/src/qt/walletmodel.h +++ b/src/qt/walletmodel.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011-2018 The Bitcoin Core developers +// Copyright (c) 2011-2019 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -219,6 +219,7 @@ public: interfaces::Wallet& wallet() const { return *m_wallet; } QString getWalletName() const; + QString getDisplayName() const; bool isMultiwallet(); |