We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca0e680 commit 92ddc02Copy full SHA for 92ddc02
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 noexcept { return walletModel; }
46
47
bool handlePaymentRequest(const SendCoinsRecipient& recipient);
48
0 commit comments