┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEmmanuel Pescosta <[email protected]>2015-02-25 21:53:21 +0100
committerEmmanuel Pescosta <[email protected]>2015-02-25 21:53:21 +0100
commitf923bda58b2302067ef5b746350c06182c3a0c05 (patch)
tree57f81ae2b248a84b1d9ae5d28b896d488f23f8a6 /src
parent03cd86e478950cdec9916322b357b69a33247040 (diff)
parent688ce32e4543a8ab854c34a843e8cf6831f44760 (diff)
Merge branch 'Applications/14.12'
Diffstat (limited to 'src')
-rw-r--r--src/panels/places/placesitemmodel.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/panels/places/placesitemmodel.cpp b/src/panels/places/placesitemmodel.cpp
index 46f40b65c..637bfc107 100644
--- a/src/panels/places/placesitemmodel.cpp
+++ b/src/panels/places/placesitemmodel.cpp
@@ -107,7 +107,6 @@ PlacesItemModel::PlacesItemModel(QObject* parent) :
PlacesItemModel::~PlacesItemModel()
{
- saveBookmarks();
qDeleteAll(m_bookmarkedItems);
m_bookmarkedItems.clear();
}