mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
63664061eb
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
6 lines
94 B
C++
6 lines
94 B
C++
// SPDX-License-Identifier: GPL-2.0
|
|
#include "TabBase.h"
|
|
|
|
void TabBase::updateUi(QString)
|
|
{
|
|
}
|