subsurface/mobile-widgets
Berthold Stoeger 79bf243ec0 cleanup: make members of ThemeInterface non-static
We have a singleton class ThemeInterface, which means that it
is global and exists only once. It's members are static, i.e.
also global. A message from the department of redundancy department?
In any case, that makes no sense. Let's just make these members
local to the class.

I would even rip out the whole singleton thing, since the object
is not accessed anywhere outside from QML. Let's keep it for now.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2020-03-30 13:54:12 -07:00
..
qml mobile UI: don't exit when using back button to close drawers 2020-03-30 09:16:55 -07:00
CMakeLists.txt mobile-widgets: add themeInterface 2020-01-26 16:42:35 -08:00
qmlinterface.cpp mobile/summary: remove dive summary calculation 2020-02-08 10:29:36 -08:00
qmlinterface.h mobile/summary: remove dive summary calculation 2020-02-08 10:29:36 -08:00
qmlmanager.cpp mobile/dive-list: add indicator that dive list is being processed 2020-03-30 09:16:55 -07:00
qmlmanager.h mobile/dive-list: add indicator that dive list is being processed 2020-03-30 09:16:55 -07:00
themeinterface.cpp cleanup: make members of ThemeInterface non-static 2020-03-30 13:54:12 -07:00
themeinterface.h cleanup: make members of ThemeInterface non-static 2020-03-30 13:54:12 -07:00