summaryrefslogtreecommitdiffstats
path: root/qt-ui/divelistview.h
blob: 3ac123a147ce8ce91e9afb99c9fd690d8d7857c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef DIVELISTVIEW_H
#define DIVELISTVIEW_H

/*! A view subclass for use with dives

  Note: calling this a list view might be misleading?


*/

#include <QTreeView>

class DiveListView : public QTreeView
{
public:
	DiveListView(QWidget *parent = 0);
};

#endif // DIVELISTVIEW_H