diff options
Diffstat (limited to 'qt-ui/divelistview.h')
-rw-r--r-- | qt-ui/divelistview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/divelistview.h b/qt-ui/divelistview.h index 630f74e7f..2bce35612 100644 --- a/qt-ui/divelistview.h +++ b/qt-ui/divelistview.h @@ -28,6 +28,7 @@ public: bool eventFilter(QObject* , QEvent* ); void unselectDives(); void selectDive(struct dive *, bool scrollto = false); + void mousePressEvent(QMouseEvent *event); public slots: void toggleColumnVisibilityByIndex(); |