diff options
Diffstat (limited to 'qt-models/divetripmodel.h')
-rw-r--r-- | qt-models/divetripmodel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qt-models/divetripmodel.h b/qt-models/divetripmodel.h index 8756ba217..4f5b55f02 100644 --- a/qt-models/divetripmodel.h +++ b/qt-models/divetripmodel.h @@ -72,6 +72,9 @@ public: // by instance(). static void resetModel(Layout layout); + // Call after having set the model to be informed of the current selection. + void initSelection(); + // Clear all dives void clear(); |