Missed a saveBookmarks call in the PlacesItemModel's deconstructor (see commit 2a79feaea0088730bbf4fd4b65baa1c4a91b84b9)

This commit is contained in:
Emmanuel Pescosta 2015-02-20 10:47:23 +01:00
parent a8f4f01eaa
commit 5bfc7cd36c

View file

@ -107,7 +107,6 @@ PlacesItemModel::PlacesItemModel(QObject* parent) :
PlacesItemModel::~PlacesItemModel()
{
saveBookmarks();
qDeleteAll(m_bookmarkedItems);
m_bookmarkedItems.clear();
}