diff options
| author | David Faure <[email protected]> | 2014-09-04 17:50:48 +0200 |
|---|---|---|
| committer | David Faure <[email protected]> | 2014-09-04 17:52:12 +0200 |
| commit | dacded2afdfa85a16b99d8522284155cd5175ee5 (patch) | |
| tree | 54e6584261ff3784f9220f6bbc566670bb492c0e /src/views/renamedialog.h | |
| parent | b258dcbbe9daebb4166d583dfa794c69e52f1516 (diff) | |
extract method renameItem, factorizes the common code
Diffstat (limited to 'src/views/renamedialog.h')
| -rw-r--r-- | src/views/renamedialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/views/renamedialog.h b/src/views/renamedialog.h index 29ef8bdf1..430c707a3 100644 --- a/src/views/renamedialog.h +++ b/src/views/renamedialog.h @@ -49,6 +49,7 @@ private slots: private: void renameItems(); + void renameItem(const KFileItem &item, const QString& newName); /** * @return Returns the string \p name, where the characters represented by |
