summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/tab-widgets/TabBase.cpp
blob: 6024802532b15ce7358a4b5c0677f5b4c5e9cc2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: GPL-2.0
#include "TabBase.h"

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

void TabBase::updateUi()
{
}