summaryrefslogtreecommitdiffstats
path: root/src/app/Queue/queuewidget.cpp
blob: 65c11dab3ad46443e2333286d5ec8dbe281c64c5 (plain)
1
2
3
4
5
6
7
8
9
10
#include "queuewidget.h"

QueueWidget::QueueWidget(): KTabWidget()
{
}


QueueWidget::~QueueWidget()
{
}