diff options
| author | Elvis Angelaccio <[email protected]> | 2017-09-17 11:56:42 +0200 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2017-09-17 11:56:42 +0200 |
| commit | 49396318f0f37f913a91bf02484a16e34fec6bf4 (patch) | |
| tree | 8d8274df0e2b71aab201eb16679243cff573695d /src/views/dolphinview.h | |
| parent | d1b68db1a348f22eb8f6b6ffaae5097820385e83 (diff) | |
| parent | 478f404b8abf924a0e3e21bbf1dd49aefbe47672 (diff) | |
Merge branch 'Applications/17.08'
Diffstat (limited to 'src/views/dolphinview.h')
| -rw-r--r-- | src/views/dolphinview.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 5c832efd1..911103b5d 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -576,6 +576,7 @@ private slots: void slotItemDropEvent(int index, QGraphicsSceneDragDropEvent* event); void slotModelChanged(KItemModelBase* current, KItemModelBase* previous); void slotMouseButtonPressed(int itemIndex, Qt::MouseButtons buttons); + void slotRenameDialogRenamingFinished(const QList<QUrl>& urls); /* * Is called when new items get pasted or dropped. @@ -760,6 +761,14 @@ private: */ QUrl viewPropertiesUrl() const; + /** + * Clears the selection and updates current item and selection according to the parameters + * + * @param current URL to be set as current + * @param selected list of selected items + */ + void forceUrlsSelection(const QUrl& current, const QList<QUrl>& selected); + private: void updatePalette(); |
