MCPcopy Create free account
hub / github.com/davidar/tensor / Settings

Class Settings

client/settings.h:7–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include <QSettings>
6
7class Settings : public QSettings
8{
9 Q_OBJECT
10public:
11 Settings(QObject *parent = NULL);
12 virtual ~Settings();
13
14 Q_INVOKABLE void setValue(const QString &key, const QVariant &value);
15 Q_INVOKABLE QVariant value(const QString &key, const QVariant &defaultValue = QVariant()) const;
16};
17
18#endif // SETTINGS_H

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected