mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
acc9784fd9
commit
682e1b63f5
3 changed files with 188 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue