diff options
Diffstat (limited to 'qt-ui/divelistview.h')
-rw-r--r-- | qt-ui/divelistview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/divelistview.h b/qt-ui/divelistview.h index 35c401a20..6f22597f6 100644 --- a/qt-ui/divelistview.h +++ b/qt-ui/divelistview.h @@ -35,6 +35,8 @@ Q_SIGNALS: void currentDiveChanged(int divenr); private: bool mouseClickSelection; + int currentHeaderClicked; + DiveTripModel::Layout currentLayout; }; #endif // DIVELISTVIEW_H |