diff options
Diffstat (limited to 'core/downloadfromdcthread.h')
-rw-r--r-- | core/downloadfromdcthread.h | 4 |
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: |