diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-01-06 21:49:48 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-01-06 19:38:37 -0800 |
commit | fd41ff4ab91d95c1ad505ca5b53697963fdf14b2 (patch) | |
tree | 9081bcb28e8e1433aa0e50b52c04ea30eaeb9865 /qt-ui/divelogimportdialog.h | |
parent | 325f47c8d8c71a17b27722376ea0af0e7eddaeeb (diff) | |
download | subsurface-fd41ff4ab91d95c1ad505ca5b53697963fdf14b2.tar.gz |
Start to make it possible to move columns around
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/divelogimportdialog.h')
-rw-r--r-- | qt-ui/divelogimportdialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/divelogimportdialog.h b/qt-ui/divelogimportdialog.h index 8dc260a7d..0043f3ff2 100644 --- a/qt-ui/divelogimportdialog.h +++ b/qt-ui/divelogimportdialog.h @@ -58,6 +58,7 @@ class ColumnDropCSVView : public QTableView { public: ColumnDropCSVView(QWidget *parent); protected: + void mousePressEvent(QMouseEvent *press); void dragLeaveEvent(QDragLeaveEvent *leave); void dragEnterEvent(QDragEnterEvent *event); void dragMoveEvent(QDragMoveEvent *event); |