summaryrefslogtreecommitdiffstats
path: root/Subsurface-mobile.pro
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2021-01-07 15:12:25 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2021-01-10 15:16:52 -0800
commitd77f25432850ea2e2ea9e7fb84c49d52c3a308eb (patch)
tree49c284199f232585dc5c74b4767c845605d747da /Subsurface-mobile.pro
parente7907c494f7f78831c2e2d523f7eb43e25ee77c0 (diff)
downloadsubsurface-d77f25432850ea2e2ea9e7fb84c49d52c3a308eb.tar.gz
statistics: add a skeleton StatsManager class
In analogy to "QMLManager", add a "StatsManager" class, which manages the statistics module on mobile. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'Subsurface-mobile.pro')
-rw-r--r--Subsurface-mobile.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/Subsurface-mobile.pro b/Subsurface-mobile.pro
index db1ef8911..959af95c8 100644
--- a/Subsurface-mobile.pro
+++ b/Subsurface-mobile.pro
@@ -129,6 +129,7 @@ SOURCES += subsurface-mobile-main.cpp \
backend-shared/roundrectitem.cpp \
mobile-widgets/qmlinterface.cpp \
mobile-widgets/qmlmanager.cpp \
+ mobile-widgets/statsmanager.cpp \
mobile-widgets/themeinterface.cpp \
qt-models/divesummarymodel.cpp \
qt-models/diveplotdatamodel.cpp \
@@ -264,6 +265,7 @@ HEADERS += \
backend-shared/roundrectitem.h \
mobile-widgets/qmlinterface.h \
mobile-widgets/qmlmanager.h \
+ mobile-widgets/statsmanager.h \
mobile-widgets/themeinterface.h \
map-widget/qmlmapwidgethelper.h \
qt-models/divesummarymodel.h \