summaryrefslogtreecommitdiff
path: root/src/plugins/qmakeprojectmanager/qmakestep.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2019-05-28 13:49:26 +0200
committerhjk <hjk@qt.io>2019-05-28 12:23:26 +0000
commit473a741c9fcf09febba312464fab8385e2351181 (patch)
tree2d328a090993cb5c5fd34b43e9468bcbf7e4d4d0 /src/plugins/qmakeprojectmanager/qmakestep.h
parent4704f49fbb1201ebf10ab9dbaed0275ff25faba8 (diff)
downloadqt-creator-473a741c9fcf09febba312464fab8385e2351181.tar.gz
Utils: Rename FileName to FilePath
More in line with QFileInfo terminonlogy which appears to be best-of-breed within Qt. Change-Id: I1d051ff1c8363ebd4ee56376451df45216c4c9ab Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/qmakeprojectmanager/qmakestep.h')
-rw-r--r--src/plugins/qmakeprojectmanager/qmakestep.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/qmakeprojectmanager/qmakestep.h b/src/plugins/qmakeprojectmanager/qmakestep.h
index ac19720478..90fef01d35 100644
--- a/src/plugins/qmakeprojectmanager/qmakestep.h
+++ b/src/plugins/qmakeprojectmanager/qmakestep.h
@@ -144,7 +144,7 @@ public:
bool separateDebugInfo() const;
void setSeparateDebugInfo(bool enable);
- Utils::FileName makeCommand() const;
+ Utils::FilePath makeCommand() const;
QString makeArguments(const QString &makefile) const;
QString effectiveQMakeCall() const;
@@ -166,12 +166,12 @@ private:
void doCancel() override;
void finish(bool success) override;
- void startOneCommand(const Utils::FileName &command, const QString &args);
+ void startOneCommand(const Utils::FilePath &command, const QString &args);
void runNextCommand();
- Utils::FileName m_qmakeExecutable;
+ Utils::FilePath m_qmakeExecutable;
QString m_qmakeArguments;
- Utils::FileName m_makeExecutable;
+ Utils::FilePath m_makeExecutable;
QString m_makeArguments;
QString m_userArgs;
// Extra arguments for qmake.