diff --git a/src/libs/utils/commandline.h b/src/libs/utils/commandline.h index 84a32384efb..78f756a9f61 100644 --- a/src/libs/utils/commandline.h +++ b/src/libs/utils/commandline.h @@ -63,8 +63,7 @@ public: using FindMacro = std::function; //! Safely replace the expandos in a shell command - static bool expandMacros( - QString *cmd, const FindMacro &findMacro, OsType osType = HostOsInfo::hostOs()); + static bool expandMacros(QString *cmd, const FindMacro &findMacro, OsType osType); /*! Iterate over arguments from a command line. * Assumes that the name of the actual command is *not* part of the line.