diff options
Diffstat (limited to 'src/dolphinview.h')
| -rw-r--r-- | src/dolphinview.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h index abb82527e..ff72bbaa7 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -358,6 +358,11 @@ public slots: */ void changeSelection(const KFileItemList& selection); + /** + * Triggers the renaming of the currently selected items, where + * the user must input a new name for the items. + */ + void renameSelectedItems(); signals: /** @@ -446,6 +451,12 @@ signals: */ void startedPathLoading(const KUrl& url); + /** + * Is emitted when renaming one or more items. + * Used for feedback in the mainwindow. + */ + void renaming(); + protected: /** @see QWidget::mouseReleaseEvent */ virtual void mouseReleaseEvent(QMouseEvent* event); |
