From 7dbf76384f78b415250ec3de3090ea1ae68e3ac3 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Fri, 8 Nov 2013 20:30:17 -0200 Subject: Moved the code that handles DiveList column sizes to its correct file. I got a bit lost trying to find the code that handled DiveList columns today, so I thought it was better to move it to its file, after all we do have a divelistview.h :) Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- qt-ui/divelistview.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qt-ui/divelistview.h') diff --git a/qt-ui/divelistview.h b/qt-ui/divelistview.h index 384ece9a3..73f417951 100644 --- a/qt-ui/divelistview.h +++ b/qt-ui/divelistview.h @@ -19,6 +19,7 @@ class DiveListView : public QTreeView Q_OBJECT public: DiveListView(QWidget *parent = 0); + ~DiveListView(); void selectionChanged(const QItemSelection& selected, const QItemSelection& deselected); void currentChanged(const QModelIndex& current, const QModelIndex& previous); void reload(DiveTripModel::Layout layout, bool forceSort = true); @@ -54,6 +55,7 @@ private: QLineEdit *searchBox; QModelIndex contextMenuIndex; void merge_trip(const QModelIndex &a, const int offset); + void setupUi(); }; #endif // DIVELISTVIEW_H -- cgit v1.2.3-70-g09d2