diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-05-21 13:24:32 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-21 13:24:32 -0700 |
commit | ace8b4f2ea9835bc63597f07d0740d0b7bfc434d (patch) | |
tree | 9a37aba458f9aca77e8deda8fc8d256748ac5fb3 /qt-ui/divelistview.h | |
parent | 3009930aee44e34fec75f380e85f716e95e28af6 (diff) | |
parent | 37ada91000dc14e0d154e1a3f4fd7f1f842ce956 (diff) | |
download | subsurface-ace8b4f2ea9835bc63597f07d0740d0b7bfc434d.tar.gz |
Merge branch 'microFixes' of https://github.com/tcanabrava/subsurface
Diffstat (limited to 'qt-ui/divelistview.h')
-rw-r--r-- | qt-ui/divelistview.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/qt-ui/divelistview.h b/qt-ui/divelistview.h index 09830b7b5..6cbcd8319 100644 --- a/qt-ui/divelistview.h +++ b/qt-ui/divelistview.h @@ -23,7 +23,6 @@ public: DiveListView(QWidget *parent = 0); void selectionChanged(const QItemSelection& selected, const QItemSelection& deselected); void currentChanged(const QModelIndex& current, const QModelIndex& previous); - void setModel(QAbstractItemModel* model); void mousePressEvent(QMouseEvent* event); void mouseReleaseEvent(QMouseEvent* event); void keyPressEvent(QKeyEvent* event); @@ -31,6 +30,9 @@ public: void setSelection(const QRect& rect, QItemSelectionModel::SelectionFlags command); void reload(); +public slots: + void hideColumnByIndex(); + Q_SIGNALS: void currentDiveChanged(int divenr); private: |