summaryrefslogtreecommitdiffstats
path: root/core/downloadfromdcthread.h
diff options
context:
space:
mode:
authorGravatar jan Iversen <jani@libreoffice.org>2018-06-09 13:14:54 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-06-09 21:19:46 +0200
commit682e1b63f5554e23d1fc295032635bfcb88d2c95 (patch)
tree1f72548e80d4534a391433160acc46ccc75e64f1 /core/downloadfromdcthread.h
parentacc9784fd9d7bc5695cc862132d2bb0ee7f87f48 (diff)
downloadsubsurface-682e1b63f5554e23d1fc295032635bfcb88d2c95.tar.gz
mobile: add DCDeviceData properties to qmlmanager
add DCDeviceData qml properties etc. to qmlmanager Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'core/downloadfromdcthread.h')
-rw-r--r--core/downloadfromdcthread.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/downloadfromdcthread.h b/core/downloadfromdcthread.h
index 685c6e5e8..39d87a5a9 100644
--- a/core/downloadfromdcthread.h
+++ b/core/downloadfromdcthread.h
@@ -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: