summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/btlistitem.cpp
blob: 36816f830154c9c2b8e1324c839d8b98b9b66180 (plain)
1
2
3
4
5
6
7
8
9
10
11

#include "btlistitem.h"

using namespace OpieTooth;


BTListItem::BTListItem( QListView * parent  ) : QListViewItem( parent ) {
}

BTListItem::BTListItem( QListViewItem * parent ) : QListViewItem( parent ) {
}