subsurface/mobile-widgets
Berthold Stoeger 0e9bd27bae cleanup: don't send values in changed-signals of ThemeInterface
According to the Qt-docs you *may* send the new values in the
NOTIFY signal of Q_PROPERTYs. However, since changes will lead
to a reevaluation of a whole expression, this argument will be
unused. All it does is make the code more verbose and brittle:
What happens if you send the wrong value?

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: don't send values in changed-signals of ThemeInterface 2020-03-30 13:54:12 -07:00
themeinterface.h cleanup: don't send values in changed-signals of ThemeInterface 2020-03-30 13:54:12 -07:00