cleanup: replace empty TabBase constructor by using directive

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2022-03-11 20:48:46 +01:00
parent a4dbe51aee
commit 63664061eb
2 changed files with 1 additions and 5 deletions

View file

@ -1,10 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
#include "TabBase.h"
TabBase::TabBase(QWidget *parent) : QWidget(parent)
{
}
void TabBase::updateUi(QString)
{
}