┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEmmanuel Pescosta <[email protected]>2015-02-20 10:47:23 +0100
committerEmmanuel Pescosta <[email protected]>2015-02-20 10:47:23 +0100
commit5bfc7cd36c362e951e5b1c3658fd7134373ad1c7 (patch)
tree0c9a6eb270be8f2487d6b75f40bbb700715df680 /src
parenta8f4f01eaa4027476ea799b7815f353f5cdd99ad (diff)
Missed a saveBookmarks call in the PlacesItemModel's deconstructor (see commit 2a79feaea0088730bbf4fd4b65baa1c4a91b84b9)
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();
}