forked from qt-creator/qt-creator
ProjectExplorer: Use Utils::FileName in ProcessParameters
For the command and the working directory. Change-Id: Ia69dc7100aeb57bb6e1b35f4dd4f3cf3763d8cda Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -37,6 +37,7 @@ namespace Utils {
|
||||
|
||||
namespace Internal { class MacroExpanderPrivate; }
|
||||
|
||||
class FileName;
|
||||
class MacroExpander;
|
||||
using MacroExpanderProvider = std::function<MacroExpander *()>;
|
||||
using MacroExpanderProviders = QVector<MacroExpanderProvider>;
|
||||
@@ -55,6 +56,7 @@ public:
|
||||
QString value(const QByteArray &variable, bool *found = nullptr) const;
|
||||
|
||||
QString expand(const QString &stringWithVariables) const;
|
||||
FileName expand(const FileName &fileNameWithVariables) const;
|
||||
QByteArray expand(const QByteArray &stringWithVariables) const;
|
||||
QVariant expandVariant(const QVariant &v) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user