diff options
author | jan Iversen <jani@libreoffice.org> | 2018-06-08 12:56:23 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-06-09 17:16:53 +0200 |
commit | aab8f0dcf62eaed1e9ef088602a6b530bc2c3abf (patch) | |
tree | 3b3709c3e7320c077a44e9a6594edfdce42918d7 /subsurface-mobile-helper.cpp | |
parent | cade4829a3076feba977df65a6aeb4366e245b76 (diff) | |
download | subsurface-aab8f0dcf62eaed1e9ef088602a6b530bc2c3abf.tar.gz |
profile: make profile self contained
move qmlprofile.* to profile dir, to keep all parts of the
widget in one place.
Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'subsurface-mobile-helper.cpp')
-rw-r--r-- | subsurface-mobile-helper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subsurface-mobile-helper.cpp b/subsurface-mobile-helper.cpp index 933d667bc..df814db15 100644 --- a/subsurface-mobile-helper.cpp +++ b/subsurface-mobile-helper.cpp @@ -19,7 +19,7 @@ #include "mobile-widgets/qmlmanager.h" #include "qt-models/divelistmodel.h" #include "qt-models/gpslistmodel.h" -#include "mobile-widgets/qmlprofile.h" +#include "profile-widget/qmlprofile.h" #include "core/downloadfromdcthread.h" #include "core/connectionlistmodel.h" #include "qt-models/diveimportedmodel.h" |