subsurface/mobile-widgets
jan Iversen d000cb2b0d mobile-widgetes/qml: standardize QML/C++ interface
Do not use a.set_b(value); it works, but it introduces yet another way of using
the QML/C++ interface, furthermore the function might not be called set_b in
some future, which is the reason the function is define in Q_PROPERTY

Use a.b = value, that respects Q_PROPERTY, and is slightly more performant,
most importantly it's like all the other settings so noone starts wondering why
this is special.

Signed-off-by: Jan Iversen <jan@casacondor.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2020-01-04 10:56:55 -08:00
..
qml mobile-widgetes/qml: standardize QML/C++ interface 2020-01-04 10:56:55 -08:00
CMakeLists.txt mobile-widgets: remove qmlprefs.* 2019-12-29 12:20:19 -08:00
qmlmanager.cpp mobile-widgets: use oldStatus in qmlmanager 2019-12-29 12:20:19 -08:00
qmlmanager.h mobile-widgets: add oldStatus variable to qmlmanager 2019-12-29 12:20:19 -08:00