diff --git a/src/libs/utils/shellcommand.h b/src/libs/utils/shellcommand.h index 394df03866a..f4ab789079b 100644 --- a/src/libs/utils/shellcommand.h +++ b/src/libs/utils/shellcommand.h @@ -149,7 +149,8 @@ signals: void append(const QString &text); void appendSilently(const QString &text); void appendError(const QString &text); - void appendCommand(const FilePath &workingDirectory, const CommandLine &command); + // TODO: remove Utils:: scope when support for Qt5 is dropped (Creator 9.0) + void appendCommand(const Utils::FilePath &workingDirectory, const Utils::CommandLine &command); void appendMessage(const QString &text); protected: