diff options
Diffstat (limited to 'core/downloadfromdcthread.cpp')
-rw-r--r-- | core/downloadfromdcthread.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/downloadfromdcthread.cpp b/core/downloadfromdcthread.cpp index 2fdebf129..adcdea02b 100644 --- a/core/downloadfromdcthread.cpp +++ b/core/downloadfromdcthread.cpp @@ -307,6 +307,12 @@ struct dive_table *DownloadThread::table() return &downloadTable; } +struct trip_table *DownloadThread::trips() +{ + // TODO: Replace by local trip-table + return &trip_table; +} + QString DCDeviceData::vendor() const { return data.vendor; |