diff options
| author | Peter Penz <[email protected]> | 2012-05-16 16:50:41 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-05-16 16:51:17 +0200 |
| commit | a632e8b9ef43f3b3516012bc1c44f53f31c385da (patch) | |
| tree | 112923bb6fb567b219a5866c56dbb74274c4638f /src/panels/places/placesitemmodel.h | |
| parent | 88c68592846b83cdc4c2de89aaf81412f3f42f3a (diff) | |
Fix possible crash when hiding items
Diffstat (limited to 'src/panels/places/placesitemmodel.h')
| -rw-r--r-- | src/panels/places/placesitemmodel.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ -159,6 +159,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 * the UDI is used as identifier. |
