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