cleanup: mark DiveListView::selectionChanged() as overridden
Other overridden functions of this class are marked as well, so let's do it for this function for consistency reasons. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
1b539af4ca
commit
6a2b7cc924
@ -62,7 +62,7 @@ private:
|
||||
void mouseReleaseEvent(QMouseEvent *event) override;
|
||||
void keyPressEvent(QKeyEvent *event) override;
|
||||
void selectAll() override;
|
||||
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected);
|
||||
void selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) override;
|
||||
void selectionChangeDone();
|
||||
DiveTripModelBase::Layout currentLayout;
|
||||
QModelIndex contextMenuIndex;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user