refactor: Use override for non-final overriders

This commit is contained in:
Hennadii Stepanov
2020-03-14 08:49:59 +02:00
parent f54753293f
commit 1551cea2d5
35 changed files with 106 additions and 105 deletions

View File

@@ -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. */