┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels
diff options
context:
space:
mode:
authorVolker Krause <[email protected]>2014-09-26 20:38:57 +0200
committerVolker Krause <[email protected]>2014-09-26 20:38:57 +0200
commit1d590aa7d50bcf955e3356a09dcaa88e1989aa3a (patch)
treebe1af27a0d11bdf4501b3f07354b8b1f6fe04fee /src/panels
parentd47557dcd17a028596c4e0e7b0aabc5db4847bed (diff)
Make constants const, avoids unnecessary symbols in the .data section.
Diffstat (limited to 'src/panels')
-rw-r--r--src/panels/places/placesitemmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/places/placesitemmodel.cpp b/src/panels/places/placesitemmodel.cpp
index d59d0b03a..abfe1d62f 100644
--- a/src/panels/places/placesitemmodel.cpp
+++ b/src/panels/places/placesitemmodel.cpp
@@ -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) :