subsurface/mobile-widgets
Berthold Stoeger 9b8eed7821 cleanup: replace constructs of the type &vector[0] by vector.data()
It appears that some misguided compiler / library combinations crash
on &vector[0] for empty vectors. Even though very unfriendly, they are
technically correct, so let's remove these constructs.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2020-04-21 07:50:38 -07:00
..
qml
CMakeLists.txt
qmlinterface.cpp
qmlinterface.h
qmlmanager.cpp cleanup: replace constructs of the type &vector[0] by vector.data() 2020-04-21 07:50:38 -07:00
qmlmanager.h
themeinterface.cpp
themeinterface.h