diff options
| author | Elvis Angelaccio <[email protected]> | 2019-11-10 10:19:19 +0100 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2019-11-10 10:19:19 +0100 |
| commit | fa9bd6bed5e35007c476a950ffe554f796b8846e (patch) | |
| tree | 668fbef80797bbfe388c1ca6ee8591639147e019 /src | |
| parent | ce081212eba2312f32da36ac1a2fd963caeb9465 (diff) | |
| parent | 2e9f6a7abf6cda1e94be0b448785a3b1f75b5579 (diff) | |
Merge branch 'release/19.12'
Diffstat (limited to 'src')
| -rw-r--r-- | src/panels/places/placesitemmodel.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/panels/places/placesitemmodel.cpp b/src/panels/places/placesitemmodel.cpp index 9dbfe7f91..a1223b5fd 100644 --- a/src/panels/places/placesitemmodel.cpp +++ b/src/panels/places/placesitemmodel.cpp @@ -588,11 +588,6 @@ void PlacesItemModel::onSourceModelDataChanged(const QModelIndex &topLeft, const } if (placeItem && !m_sourceModel->isDevice(sourceIndex)) { - placeItem->setText(bookmark.text()); - placeItem->setIcon(sourceIndex.data(KFilePlacesModel::IconNameRole).toString()); - placeItem->setUrl(m_sourceModel->url(sourceIndex)); - placeItem->bookmark().setMetaDataItem(QStringLiteral("OnlyInApp"), - bookmark.metaDataItem(QStringLiteral("OnlyInApp"))); // must update the bookmark object placeItem->setBookmark(bookmark); } |
