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

DiveListView::DiveListView(QWidget *parent) : QTreeView(parent)
{
}