diff options
Diffstat (limited to 'core/subsurface-qt')
-rw-r--r-- | core/subsurface-qt/DiveListNotifier.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/core/subsurface-qt/DiveListNotifier.h b/core/subsurface-qt/DiveListNotifier.h index 7f97cbf8c..64ef71481 100644 --- a/core/subsurface-qt/DiveListNotifier.h +++ b/core/subsurface-qt/DiveListNotifier.h @@ -52,15 +52,7 @@ signals: // Trip edited signal void tripChanged(dive_trip *trip, TripField field); - // Selection-signals come in two kinds: - // - divesSelected and currentDiveChanged are are used by the dive-list - // model and view to correctly highlight the correct dives. - // - selectionChanged() is called once at the end of commands if either the selection - // or the current dive changed. It is used by the main-window / profile to update - // their data. - void divesSelected(const QVector<dive *> &dives); - void currentDiveChanged(); - void selectionChanged(); + void divesSelected(const QVector<dive *> &dives, dive *current); // Dive site signals. Add and delete events are sent per dive site and // provide an index into the global dive site table. |