Skip to content

Commit

Permalink
GUI: BitcoinAddressCheckValidator: Avoid hiding standard validate met…
Browse files Browse the repository at this point in the history
…hod signature needlessly
  • Loading branch information
luke-jr committed Feb 23, 2025
1 parent 04435bf commit 2ac0d37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qt/bitcoinaddressvalidator.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class BitcoinAddressCheckValidator : public BitcoinAddressEntryValidator
public:
explicit BitcoinAddressCheckValidator(QObject *parent);

using BitcoinAddressEntryValidator::validate;
State validate(QString &input, std::vector<int>&error_locations) const override;
};

Expand Down

0 comments on commit 2ac0d37

Please sign in to comment.