mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
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>
This commit is contained in:
parent
81268adfd3
commit
7615e71760
1 changed files with 0 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue