mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
profile: Unify desktop and mobile widgets
This breaks DPR handling, but it is a start. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
413b236867
commit
e3767976a3
9 changed files with 129 additions and 316 deletions
|
@ -27,7 +27,6 @@
|
|||
#include "qt-models/divesummarymodel.h"
|
||||
#include "qt-models/messagehandlermodel.h"
|
||||
#include "qt-models/mobilelistmodel.h"
|
||||
#include "profile-widget/qmlprofile.h"
|
||||
#include "core/downloadfromdcthread.h"
|
||||
#include "core/subsurfacestartup.h" // for testqml
|
||||
#include "core/metrics.h"
|
||||
|
@ -220,7 +219,6 @@ static void register_qml_types(QQmlEngine *engine)
|
|||
#ifdef SUBSURFACE_MOBILE
|
||||
register_qml_type<QMLManager>("QMLManager");
|
||||
register_qml_type<StatsManager>("StatsManager");
|
||||
register_qml_type<QMLProfile>("QMLProfile");
|
||||
register_qml_type<DiveImportedModel>("DCImportModel");
|
||||
register_qml_type<DiveSummaryModel>("DiveSummaryModel");
|
||||
register_qml_type<ChartListModel>("ChartListModel");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue