From dacded2afdfa85a16b99d8522284155cd5175ee5 Mon Sep 17 00:00:00 2001 From: David Faure Date: Thu, 4 Sep 2014 17:50:48 +0200 Subject: extract method renameItem, factorizes the common code --- src/views/renamedialog.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/views/renamedialog.h') 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 -- cgit v1.3.1