subsurface/desktop-widgets/tab-widgets/TabBase.cpp

11 lines
151 B
C++
Raw Permalink Normal View History

// SPDX-License-Identifier: GPL-2.0
#include "TabBase.h"
TabBase::TabBase(MainTab *parent) : parent(*parent)
{
}
void TabBase::updateUi(QString)
{
}