Loading editor/widgets/googlemaps/googlemaps.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -53,13 +53,13 @@ namespace blogi { json_object *arr = json_object_new_array(); json_object *prop1 = json_object_new_object(); json_object_object_add(prop1, "name", json_object_new_string("address")); json_object_object_add(prop1, "key", json_object_new_string("address")); json_object_object_add(prop1, "type", json_object_new_string("text")); json_object_object_add(prop1, "label", json_object_new_string("Adresse/Ort")); json_object_array_add(arr, prop1); json_object *prop2 = json_object_new_object(); json_object_object_add(prop2, "name", json_object_new_string("zoom")); json_object_object_add(prop2, "key", json_object_new_string("zoom")); json_object_object_add(prop2, "type", json_object_new_string("number")); json_object_object_add(prop2, "label", json_object_new_string("Zoom-Level")); json_object_array_add(arr, prop2); Loading Loading
editor/widgets/googlemaps/googlemaps.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -53,13 +53,13 @@ namespace blogi { json_object *arr = json_object_new_array(); json_object *prop1 = json_object_new_object(); json_object_object_add(prop1, "name", json_object_new_string("address")); json_object_object_add(prop1, "key", json_object_new_string("address")); json_object_object_add(prop1, "type", json_object_new_string("text")); json_object_object_add(prop1, "label", json_object_new_string("Adresse/Ort")); json_object_array_add(arr, prop1); json_object *prop2 = json_object_new_object(); json_object_object_add(prop2, "name", json_object_new_string("zoom")); json_object_object_add(prop2, "key", json_object_new_string("zoom")); json_object_object_add(prop2, "type", json_object_new_string("number")); json_object_object_add(prop2, "label", json_object_new_string("Zoom-Level")); json_object_array_add(arr, prop2); Loading