We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad4e17b commit 210b67bCopy full SHA for 210b67b
src/qt/walletview.h
@@ -42,7 +42,7 @@ class WalletView : public QStackedWidget
42
The client model represents the part of the core that communicates with the P2P network, and is wallet-agnostic.
43
*/
44
void setClientModel(ClientModel *clientModel);
45
- WalletModel *getWalletModel() { return walletModel; }
+ WalletModel* getWalletModel() const { return walletModel; }
46
47
bool handlePaymentRequest(const SendCoinsRecipient& recipient);
48
0 commit comments