subsurface/mobile-widgets
Berthold Stoeger 92ba4b9cc7 Replace QMap::operator[] with QMap::value()
QMap::operator[] creates a new default constructed entry in the map
if no entry with the given key exists. While not problematic (since
typically nullptrs are inserted) this is usually not what you want
for read access.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2017-11-04 14:26:21 +01:00
..
qml QML UI: show divelist from the top 2017-10-30 18:42:58 +01:00
qmlmanager.cpp mobile: fix initial setup with no repo or meta info 2017-10-17 14:29:17 +02:00
qmlmanager.h mobile: No cloud repo creation more explicit 2017-10-17 14:29:17 +02:00
qmlmapwidgethelper.cpp Replace QMap::operator[] with QMap::value() 2017-11-04 14:26:21 +01:00
qmlmapwidgethelper.h mapwidgethelper: use dynamic creation of the Plugin object 2017-08-24 13:11:39 -07:00
qmlprofile.cpp QML UI: adjust to modified logging API 2017-06-11 13:55:41 -07:00
qmlprofile.h Add SPDX header to mobile widgets and QML files 2017-04-29 13:32:55 -07:00