From 473a741c9fcf09febba312464fab8385e2351181 Mon Sep 17 00:00:00 2001 From: hjk Date: Tue, 28 May 2019 13:49:26 +0200 Subject: 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 --- src/plugins/qmakeprojectmanager/qmakestep.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/plugins/qmakeprojectmanager/qmakestep.h') 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. -- cgit v1.2.1