diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-10-06 07:51:30 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-10-07 10:06:47 -0700 |
commit | 7aacaf60da7e73b9c57012e1846f709acb4d0ac2 (patch) | |
tree | 5dd0515de3f0bfebcc9f22a976089f8f2555b0f9 /subsurface-mobile-helper.cpp | |
parent | 030c094854aeab4aaade523d7126728d9ce98a5b (diff) | |
download | subsurface-7aacaf60da7e73b9c57012e1846f709acb4d0ac2.tar.gz |
Move ConnectionListModel into its own source file
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-mobile-helper.cpp')
-rw-r--r-- | subsurface-mobile-helper.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface-mobile-helper.cpp b/subsurface-mobile-helper.cpp index c5ba66998..56ad029e1 100644 --- a/subsurface-mobile-helper.cpp +++ b/subsurface-mobile-helper.cpp @@ -22,6 +22,7 @@ #include "qt-models/gpslistmodel.h" #include "mobile-widgets/qmlprofile.h" #include "core/downloadfromdcthread.h" +#include "core/connectionlistmodel.h" #include "qt-models/diveimportedmodel.h" #include "qt-models/messagehandlermodel.h" |