mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: remove DiveListView::selectDives()
This was used by the map to select dives. However, the map now calls the core function directly, so this can be removed. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
75ef8b68a1
commit
b8e7a600d2
2 changed files with 0 additions and 69 deletions
|
@ -30,7 +30,6 @@ public:
|
|||
void reload(); // Call to reload model data
|
||||
bool eventFilter(QObject *, QEvent *);
|
||||
void unselectDives();
|
||||
void selectDives(const QList<int> &newDiveSelection);
|
||||
void contextMenuEvent(QContextMenuEvent *event);
|
||||
QList<dive_trip *> selectedTrips();
|
||||
static QString lastUsedImageDir();
|
||||
|
@ -86,7 +85,6 @@ private:
|
|||
void addToTrip(int delta);
|
||||
void matchImagesToDives(QStringList fileNames);
|
||||
void loadImageFromURL(QUrl url);
|
||||
void selectDive(int dive_table_idx);
|
||||
QNetworkAccessManager manager;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue