diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-01-10 08:45:34 +0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-03-10 09:25:57 -0700 |
commit | 3c2a192864c3c3b92f93a15e76c7bd4211106126 (patch) | |
tree | 610c5a91d1133e8b52d26a6a77d4001b0993bab8 /mobile-widgets/qmlmanager.h | |
parent | 6400867910959ba566adc7596fb9e9c2fd48a7c3 (diff) | |
download | subsurface-3c2a192864c3c3b92f93a15e76c7bd4211106126.tar.gz |
mobile: remove no longer used DiveListModel
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'mobile-widgets/qmlmanager.h')
-rw-r--r-- | mobile-widgets/qmlmanager.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mobile-widgets/qmlmanager.h b/mobile-widgets/qmlmanager.h index 3919eec35..0ab1ff981 100644 --- a/mobile-widgets/qmlmanager.h +++ b/mobile-widgets/qmlmanager.h @@ -13,7 +13,6 @@ #include "core/btdiscovery.h" #include "core/gpslocation.h" #include "core/downloadfromdcthread.h" -#include "qt-models/divelistmodel.h" #include "qt-models/completionmodels.h" #include "qt-models/divelocationmodel.h" #include "core/settings/qPrefCloudStorage.h" @@ -143,8 +142,6 @@ public: void setShowNonDiveComputers(bool show); - DiveListSortModel *dlSortModel; - QStringList suitList() const; QStringList buddyList() const; QStringList divemasterList() const; |