ssu
Loading...
Searching...
No Matches
declarativessufeaturemodel.h
Go to the documentation of this file.
1
7
8#ifndef _DECLARATIVESSUFEATUREMODEL_H
9#define _DECLARATIVESSUFEATUREMODEL_H
10
12#include <QJSValue>
13
14class DeclarativeSsuFeatureModel: public SsuFeatureModel
15{
16 Q_OBJECT
17public:
18 Q_INVOKABLE QJSValue get(int index) const;
19};
20
21#endif
22
23