forked from qt-creator/qt-creator
Utils: add rename function to fileutils
Change-Id: Iaf47744819c21013661e3bd0275a04c1d68e9023 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -248,6 +248,7 @@ public:
|
||||
static FilePath commonPath(const FilePath &oldCommonPath, const FilePath &fileName);
|
||||
static QByteArray fileId(const FilePath &fileName);
|
||||
static FilePath homePath();
|
||||
static bool renameFile(const FilePath &srcFilePath, const FilePath &tgtFilePath);
|
||||
};
|
||||
|
||||
template<typename T>
|
||||
|
||||
Reference in New Issue
Block a user