forked from qt-creator/qt-creator
Utils: Remove one ProcessArgs::expandMacros overload
Only used once. Also allow logging of expansion failures. Change-Id: I357ed6ed28fe379d482358c46b495bc727f86902 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -81,8 +81,6 @@ public:
|
||||
//! Safely replace the expandos in a shell command
|
||||
static bool expandMacros(QString *cmd, AbstractMacroExpander *mx,
|
||||
OsType osType = HostOsInfo::hostOs());
|
||||
static QString expandMacros(const QString &str, AbstractMacroExpander *mx,
|
||||
OsType osType = HostOsInfo::hostOs());
|
||||
|
||||
/*! Iterate over arguments from a command line.
|
||||
* Assumes that the name of the actual command is *not* part of the line.
|
||||
|
||||
Reference in New Issue
Block a user