forked from qt-creator/qt-creator
Utils: Rename FilePath::rawFileName to rawFilePath
Change-Id: Idf8cad2b18087f511aa1efe54adbb5a427660016 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -91,7 +91,7 @@ public:
|
||||
FilePath filePath() const;
|
||||
|
||||
QString rawPath() const; // The raw unexpanded input.
|
||||
FilePath rawFileName() const; // The raw unexpanded input.
|
||||
FilePath rawFilePath() const; // The raw unexpanded input as FilePath.
|
||||
|
||||
static QString expandedDirectory(const QString &input, const Environment &env,
|
||||
const QString &baseDir);
|
||||
|
||||
Reference in New Issue
Block a user