f5c958ad7 ^
76f71b4ca ^
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) { }