mobile: add DCDeviceData properties to qmlmanager

add DCDeviceData qml properties etc. to qmlmanager

Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
jan Iversen 2018-06-09 13:14:54 +02:00 committed by Dirk Hohndel
parent acc9784fd9
commit 682e1b63f5
3 changed files with 188 additions and 5 deletions

View file

@ -99,11 +99,7 @@ public:
DownloadThread();
void run() override;
#ifdef SUBSURFACE_MOBILE
Q_INVOKABLE DCDeviceData *data();
#else
DCDeviceData *data();
#endif // SUBSURFACE_MOBILE
QString error;
private: