diff options
| author | Peter Penz <[email protected]> | 2008-03-23 15:53:12 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-03-23 15:53:12 +0000 |
| commit | cfb135f24e6b1b3eb1253c8ebf7c8e7307974eea (patch) | |
| tree | 4a40a81a98197fa220256fd229f17ef8a40229fc /src/dolphincolumnview.h | |
| parent | 71afbc513b7894ca86b89a1a3b3b55ff93d662bd (diff) | |
provide an option to rename files inline
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=789208
Diffstat (limited to 'src/dolphincolumnview.h')
| -rw-r--r-- | src/dolphincolumnview.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h index 6ac4fdb3f..2ab4d2d5d 100644 --- a/src/dolphincolumnview.h +++ b/src/dolphincolumnview.h @@ -91,6 +91,12 @@ public: */ void showColumn(const KUrl& url); + /** + * Does an inline editing for the item \a item + * inside the active column. + */ + void editItem(const KFileItem& item); + public slots: /** @see QAbstractItemView::selectAll() */ virtual void selectAll(); |
