From a632e8b9ef43f3b3516012bc1c44f53f31c385da Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 16 May 2012 16:50:41 +0200 Subject: Fix possible crash when hiding items --- src/panels/places/placesitemmodel.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/panels/places/placesitemmodel.h') diff --git a/src/panels/places/placesitemmodel.h b/src/panels/places/placesitemmodel.h index 944432433..c0ff2e9c5 100644 --- a/src/panels/places/placesitemmodel.h +++ b/src/panels/places/placesitemmodel.h @@ -158,6 +158,12 @@ private: */ void hideItem(int index); + /** + * Triggers a delayed saving of bookmarks by starting + * m_saveBookmarksTimer. + */ + void triggerBookmarksSaving(); + /** * @return True if the bookmarks have the same identifiers. The identifier * is the unique "ID"-property in case if no UDI is set, otherwise -- cgit v1.3