This repository has been archived on 2024-06-03. You can view files and clone it, but cannot push or open issues or pull requests.
shared-libraries/ScStwLibraries/sources/client/scstwqmlsetting.cpp
Dorian Zedler e853e246ab
- add new class
- change how signal subscriptions are handled in client
2020-07-11 11:17:20 +02:00

7 lines
124 B
C++

#include "../../headers/client/scstwqmlsetting.h"
ScStwQmlSetting::ScStwQmlSetting(QObject *parent) : QObject(parent)
{
}