mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
refactor: Use override for non-final overriders
This commit is contained in:
@@ -28,7 +28,7 @@ class ProxyAddressValidator : public QValidator
|
||||
public:
|
||||
explicit ProxyAddressValidator(QObject *parent);
|
||||
|
||||
State validate(QString &input, int &pos) const;
|
||||
State validate(QString &input, int &pos) const override;
|
||||
};
|
||||
|
||||
/** Preferences dialog. */
|
||||
|
||||
Reference in New Issue
Block a user