Gui: Add missing override
This commit is contained in:
committed by
WandererFan
parent
5a7956cd61
commit
05f425eab9
@@ -100,7 +100,7 @@ protected Q_SLOTS:
|
||||
void onRowsRemoved(const QModelIndex &parent, int start, int end);
|
||||
|
||||
protected:
|
||||
bool eventFilter(QObject* object, QEvent* event);
|
||||
bool eventFilter(QObject* object, QEvent* event) override;
|
||||
void closeEditor (QWidget * editor, QAbstractItemDelegate::EndEditHint hint) override;
|
||||
void commitData (QWidget * editor) override;
|
||||
void editorDestroyed (QObject * editor) override;
|
||||
|
||||
Reference in New Issue
Block a user