diff options
Diffstat (limited to 'src/libs/utils/shellcommand.h')
-rw-r--r-- | src/libs/utils/shellcommand.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/libs/utils/shellcommand.h b/src/libs/utils/shellcommand.h index dcdd0795f1a..3f694528bce 100644 --- a/src/libs/utils/shellcommand.h +++ b/src/libs/utils/shellcommand.h @@ -27,7 +27,10 @@ #include "utils_global.h" -#include "qtcprocess.h" +#include "filepath.h" +#include "processenums.h" + +#include <QObject> QT_BEGIN_NAMESPACE class QMutex; @@ -36,10 +39,15 @@ template <typename T> class QFutureInterface; template <typename T> class QFuture; +class QTextCodec; QT_END_NAMESPACE namespace Utils { +class CommandLine; +class Environment; +class QtcProcess; + namespace Internal { class ShellCommandPrivate; } class QTCREATOR_UTILS_EXPORT ProgressParser |