diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-09-25 21:21:37 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-10-02 08:04:49 -0700 |
commit | 7615e71760fcb69cbed857caf4bbc03ef5dba610 (patch) | |
tree | efaeb1b8c7f532011aaea497db1bc8d37d667120 /core/downloadfromdcthread.h | |
parent | 81268adfd3eb4cfdc7eb614957294798598a56f9 (diff) | |
download | subsurface-7615e71760fcb69cbed857caf4bbc03ef5dba610.tar.gz |
Import: remove QML properties from DownloadThread
QML doesn't access these directly anymore but goes via the model.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/downloadfromdcthread.h')
-rw-r--r-- | core/downloadfromdcthread.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/downloadfromdcthread.h b/core/downloadfromdcthread.h index a5cf84073..3a93115db 100644 --- a/core/downloadfromdcthread.h +++ b/core/downloadfromdcthread.h @@ -58,8 +58,6 @@ private: class DownloadThread : public QThread { Q_OBJECT - Q_PROPERTY(dive_table_t *table READ table CONSTANT) - Q_PROPERTY(dive_site_table_t *sites READ sites CONSTANT) public: DownloadThread(); |