diff options
Diffstat (limited to 'core/downloadfromdcthread.h')
-rw-r--r-- | core/downloadfromdcthread.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/downloadfromdcthread.h b/core/downloadfromdcthread.h index b380a88a1..426a807d9 100644 --- a/core/downloadfromdcthread.h +++ b/core/downloadfromdcthread.h @@ -61,6 +61,7 @@ private: class DownloadThread : public QThread { Q_OBJECT Q_PROPERTY(dive_table_t *table READ table CONSTANT) + Q_PROPERTY(trip_table_t *trips READ trips CONSTANT) public: DownloadThread(); @@ -68,6 +69,7 @@ public: DCDeviceData *data(); struct dive_table *table(); + struct trip_table *trips(); QString error; private: |