mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Dive list: don't handle selection changes on filter-change in view
The selection changes upon completing the filter are handled by the core. Don't do this explicitly in the DiveListView. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
9ea46f196a
commit
71307bce42
2 changed files with 0 additions and 38 deletions
|
@ -30,7 +30,6 @@ public:
|
|||
void reload(); // Call to reload model data
|
||||
bool eventFilter(QObject *, QEvent *);
|
||||
void unselectDives();
|
||||
void clearTripSelection();
|
||||
void selectDive(QModelIndex index, bool scrollto = false);
|
||||
void selectDive(int dive_table_idx, bool scrollto = false);
|
||||
void selectDives(const QList<int> &newDiveSelection);
|
||||
|
@ -63,7 +62,6 @@ slots:
|
|||
void loadWebImages();
|
||||
void diveSelectionChanged(const QVector<QModelIndex> &indexes);
|
||||
void currentDiveChanged(QModelIndex index);
|
||||
void filterFinished();
|
||||
void tripChanged(dive_trip *trip, TripField);
|
||||
private:
|
||||
void setSelection(const QRect &rect, QItemSelectionModel::SelectionFlags flags) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue