diff options
Diffstat (limited to 'desktop-widgets/divelistview.h')
-rw-r--r-- | desktop-widgets/divelistview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/divelistview.h b/desktop-widgets/divelistview.h index 7d3b78cc1..47b9b5aeb 100644 --- a/desktop-widgets/divelistview.h +++ b/desktop-widgets/divelistview.h @@ -35,6 +35,7 @@ public: void restoreSelection(); void contextMenuEvent(QContextMenuEvent *event); QList<dive_trip_t *> selectedTrips(); + static QString lastUsedImageDir(); public slots: void toggleColumnVisibilityByIndex(); @@ -56,7 +57,6 @@ slots: void shiftTimes(); void loadImages(); void loadWebImages(); - static QString lastUsedImageDir(); signals: void currentDiveChanged(int divenr); |