summaryrefslogtreecommitdiffstats
path: root/qt-ui/divelistview.cpp
blob: e8a3d23111cf5d18b99ad059ac7be3c0b1d3384f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * divelistview.cpp
 *
 * classes for the divelist of Subsurface
 *
 */
#include "divelistview.h"
#include "models.h"
#include "modeldelegates.h"

DiveListView::DiveListView(QWidget *parent) : QTreeView(parent)
{
	setUniformRowHeights(true);
}