subsurface/mobile-widgets
Berthold Stoeger 188e513761 Cleanup: connect QMLInterface signals in constructor
It appears weird to connect the QMLInterface signal/slot combination
in a static helper function. This generates a bunch of lambdas that
call the instance() function.

Instead, simply do the connections in the constructor as we do it
in numerous other places.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2020-01-31 21:28:45 +01:00
..
qml mobile-widgets/qml/divesummary.qml: detect change in units 2020-01-30 19:51:50 +02:00
CMakeLists.txt mobile-widgets: add themeInterface 2020-01-26 16:42:35 -08:00
qmlinterface.cpp Cleanup: connect QMLInterface signals in constructor 2020-01-31 21:28:45 +01:00
qmlinterface.h Cleanup: connect QMLInterface signals in constructor 2020-01-31 21:28:45 +01:00
qmlmanager.cpp code cleanup: whitespace cleanup 2020-01-26 16:51:05 -08:00
qmlmanager.h mobile-widgets: add oldStatus variable to qmlmanager 2019-12-29 12:20:19 -08:00
themeinterface.cpp mobile-widgets: emit signals for each color 2020-01-30 07:53:34 +02:00
themeinterface.h mobile-widgets: emit signals for each color 2020-01-30 07:53:34 +02:00