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

17 lines
235 B
C
Raw Normal View History

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