mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
qt, refactor: Declare getWalletModel with const and noexcept qualifiers
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user