diff options
Diffstat (limited to 'src/qt')
-rw-r--r-- | src/qt/walletview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/walletview.h b/src/qt/walletview.h index 71c8368bfa..eebc163624 100644 --- a/src/qt/walletview.h +++ b/src/qt/walletview.h @@ -42,7 +42,7 @@ public: The client model represents the part of the core that communicates with the P2P network, and is wallet-agnostic. */ void setClientModel(ClientModel *clientModel); - WalletModel *getWalletModel() { return walletModel; } + WalletModel* getWalletModel() const noexcept { return walletModel; } bool handlePaymentRequest(const SendCoinsRecipient& recipient); |