subsurface/desktop-widgets/tab-widgets/TabBase.cpp
Berthold Stoeger 63664061eb cleanup: replace empty TabBase constructor by using directive
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2022-03-12 18:33:34 +01:00

6 lines
94 B
C++

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