]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/panels/places/placesitemmodel.cpp
Make constants const, avoids unnecessary symbols in the .data section.
[dolphin.git] / src / panels / places / placesitemmodel.cpp
index d59d0b03a08bef9c5c88cdc2d014cf3229144b9a..abfe1d62f5d468dc462edf1651d2d08ca571eaf1 100644 (file)
@@ -65,7 +65,7 @@ namespace {
     // be independent from changes in the Baloo-search-URL-syntax.
     // Hence a prefix to the application-name of the stored bookmarks is
     // added, which is only read by PlacesItemModel.
-    const char* AppNamePrefix = "-places-panel";
+    const char AppNamePrefix[] = "-places-panel";
 }
 
 PlacesItemModel::PlacesItemModel(QObject* parent) :