7 lines
94 B
C++
7 lines
94 B
C++
// SPDX-License-Identifier: GPL-2.0
|
|
#include "TabBase.h"
|
|
|
|
void TabBase::updateUi(QString)
|
|
{
|
|
}
|