diff options
| author | Peter Penz <[email protected]> | 2012-05-29 13:13:32 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-05-29 13:14:12 +0200 |
| commit | 203449110e1763cbaee332a9b15d171c333e2df4 (patch) | |
| tree | c83d0c0d1f777392e2b5e008ee6fb08219ffc038 /src/panels/places/placesitemmodel.cpp | |
| parent | 4e2f3dcffe2c2388e9d2d63e626ee6d03abce953 (diff) | |
Get rid of obsolete DolphinPlacesModel
Diffstat (limited to 'src/panels/places/placesitemmodel.cpp')
| -rw-r--r-- | src/panels/places/placesitemmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/places/placesitemmodel.cpp b/src/panels/places/placesitemmodel.cpp index aea262277..c1a5426af 100644 --- a/src/panels/places/placesitemmodel.cpp +++ b/src/panels/places/placesitemmodel.cpp @@ -95,7 +95,7 @@ PlacesItemModel::PlacesItemModel(QObject* parent) : initializeAvailableDevices(); loadBookmarks(); - const int syncBookmarksTimeout = 1000; + const int syncBookmarksTimeout = 100; m_saveBookmarksTimer = new QTimer(this); m_saveBookmarksTimer->setInterval(syncBookmarksTimeout); |
