refactor: Use override instead of virtual where possible (#4917)
This commit is contained in:
@@ -33,8 +33,8 @@ public:
|
||||
bool dryRun);
|
||||
QStringList getDefaultChatterinoCommandList();
|
||||
|
||||
virtual void initialize(Settings &, Paths &paths) override;
|
||||
virtual void save() override;
|
||||
void initialize(Settings &, Paths &paths) override;
|
||||
void save() override;
|
||||
|
||||
CommandModel *createModel(QObject *parent);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user