Gui: [skip ci] fix warning -Winconsistent-missing-override
This commit is contained in:
@@ -47,7 +47,7 @@ public Q_SLOTS:
|
||||
void onItemSelectionChanged();
|
||||
|
||||
protected:
|
||||
void changeEvent(QEvent *e);
|
||||
void changeEvent(QEvent *e) override;
|
||||
void showEvent(QShowEvent* event) override;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user