Implemented rename file feature for generic projects.

Change-Id: I195c48c5eaa458bdb537a8de4d7b71f17a704f41
Reviewed-by: Thorbjørn Lindeijer
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
Andre Hartmann
2011-10-24 21:42:11 +02:00
committed by Daniel Teske
parent a5543b8920
commit 6de2b28130
3 changed files with 21 additions and 4 deletions

View File

@@ -97,6 +97,7 @@ public:
bool addFiles(const QStringList &filePaths);
bool removeFiles(const QStringList &filePaths);
bool setFiles(const QStringList &filePaths);
bool renameFile(const QString &filePath, const QString &newFilePath);
enum RefreshOptions {
Files = 0x01,