subsurface/mobile-widgets
Berthold Stoeger 6ae16b87d0 Constify strings in pref.h
Make all char * pointers in pref.h const to make it clear that these
strings are not mutable. This meant adding a number of (void *) casts
in calls to free(). Apart from being the right thing to do, this commit
makes the code more consistent, as many of the strings in pref.h were
already const.

While touching core/qthelper.cpp turn three instances of (void*) into
(void *).

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2017-11-18 21:57:33 +01:00
..
qml map-widget: move the widget and its resources to 'map-widget' 2017-11-05 14:48:56 -08:00
qmlmanager.cpp Constify strings in pref.h 2017-11-18 21:57:33 +01:00
qmlmanager.h mobile: No cloud repo creation more explicit 2017-10-17 14:29:17 +02: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