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>
This commit is contained in:
Berthold Stoeger 2021-01-07 15:12:25 +01:00 committed by Dirk Hohndel
parent e7907c494f
commit d77f254328
5 changed files with 53 additions and 0 deletions

View file

@ -3,6 +3,7 @@
set(SUBSURFACE_MOBILE_SRCS
qmlinterface.cpp
qmlmanager.cpp
statsmanager.cpp
themeinterface.cpp
)