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/headers/client/scstwqmlsetting.h
Dorian Zedler e853e246ab
- add new class
- change how signal subscriptions are handled in client
2020-07-11 11:17:20 +02:00

17 lines
235 B
C++

#ifndef SCSTWQMLSETTING_H
#define SCSTWQMLSETTING_H
#include <QObject>
class ScStwQmlSetting : public QObject
{
Q_OBJECT
public:
explicit ScStwQmlSetting(QObject *parent = nullptr);
signals:
};
#endif // SCSTWQMLSETTING_H