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 6a2e6d0 commit f1ad73aCopy full SHA for f1ad73a
src/qml/models/sendrecipient.h
@@ -63,7 +63,7 @@ class SendRecipient : public QObject
63
void validateAddress();
64
void validateAmount();
65
66
- WalletQmlModel* m_wallet;
+ const WalletQmlModel* m_wallet;
67
QString m_address{""};
68
QString m_addressError{""};
69
QString m_label{""};
0 commit comments