aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-widgets/tab-widgets/TabBase.cpp
blob: 4252d8b2f4661d57f9e30486f27791a1a3256e3e (plain) (blame)
1
2
3
4
5
6
7
// SPDX-License-Identifier: GPL-2.0
#include "TabBase.h"

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