diff options
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakebuildsystem.h')
-rw-r--r-- | src/plugins/cmakeprojectmanager/cmakebuildsystem.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakebuildsystem.h b/src/plugins/cmakeprojectmanager/cmakebuildsystem.h index b36b85d98f2..4770b4d84bc 100644 --- a/src/plugins/cmakeprojectmanager/cmakebuildsystem.h +++ b/src/plugins/cmakeprojectmanager/cmakebuildsystem.h @@ -18,7 +18,7 @@ namespace ProjectExplorer { class ExtraCompiler; class FolderNode; } -namespace Utils { class QtcProcess; } +namespace Utils { class Process; } namespace CMakeProjectManager { @@ -233,7 +233,7 @@ private: // CTest integration Utils::FilePath m_ctestPath; - std::unique_ptr<Utils::QtcProcess> m_ctestProcess; + std::unique_ptr<Utils::Process> m_ctestProcess; QList<ProjectExplorer::TestCaseInfo> m_testNames; CMakeConfig m_configurationFromCMake; |