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:
@@ -1089,13 +1089,6 @@ bool ProcessArgs::expandMacros(QString *cmd, AbstractMacroExpander *mx, OsType o
|
||||
return true;
|
||||
}
|
||||
|
||||
QString ProcessArgs::expandMacros(const QString &str, AbstractMacroExpander *mx, OsType osType)
|
||||
{
|
||||
QString ret = str;
|
||||
expandMacros(&ret, mx, osType);
|
||||
return ret;
|
||||
}
|
||||
|
||||
bool ProcessArgs::ArgIterator::next()
|
||||
{
|
||||
// We delay the setting of m_prev so we can still delete the last argument
|
||||
|
||||
Reference in New Issue
Block a user