refactor: Use override instead of virtual where possible (#4917)
This commit is contained in:
@@ -21,7 +21,7 @@ public:
|
||||
|
||||
AccountModel *createModel(QObject *parent);
|
||||
|
||||
virtual void initialize(Settings &settings, Paths &paths) override;
|
||||
void initialize(Settings &settings, Paths &paths) override;
|
||||
|
||||
TwitchAccountManager twitch;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user