Skip to content

Commit f1ad73a

Browse files
committed
qml: Add const to sendrecipient's m_wallet
1 parent 6a2e6d0 commit f1ad73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qml/models/sendrecipient.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class SendRecipient : public QObject
6363
void validateAddress();
6464
void validateAmount();
6565

66-
WalletQmlModel* m_wallet;
66+
const WalletQmlModel* m_wallet;
6767
QString m_address{""};
6868
QString m_addressError{""};
6969
QString m_label{""};

0 commit comments

Comments
 (0)