diff options
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakeprojectmanager.h')
-rw-r--r-- | src/plugins/cmakeprojectmanager/cmakeprojectmanager.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakeprojectmanager.h b/src/plugins/cmakeprojectmanager/cmakeprojectmanager.h index 9da4e120cc4..44ecd271cdf 100644 --- a/src/plugins/cmakeprojectmanager/cmakeprojectmanager.h +++ b/src/plugins/cmakeprojectmanager/cmakeprojectmanager.h @@ -44,6 +44,10 @@ QT_FORWARD_DECLARE_CLASS(QProcess) QT_FORWARD_DECLARE_CLASS(QLabel) +namespace Utils { +class QtcProcess; +} + namespace CMakeProjectManager { namespace Internal { @@ -66,8 +70,8 @@ public: void setCMakeExecutable(const QString &executable); - void createXmlFile(QProcess *process, - const QStringList &arguments, + void createXmlFile(Utils::QtcProcess *process, + const QString &arguments, const QString &sourceDirectory, const QDir &buildDirectory, const Utils::Environment &env, |