aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-widgets/tab-widgets/TabBase.cpp
blob: 127cce6e409f41191a8b5b09b1ae388499f75fa8 (plain) (blame)
1
2
3
4
5
6
#include "TabBase.h"

TabBase::TabBase(QWidget *parent) : QWidget(parent)
{
}