forked from qt-creator/qt-creator
CMake: Remove BuildDirManager
The BuildDirManager was used to switch between different BuildDirReaders. Now that only the FileApiReader is left, that infrastructure is no longer needed. Change-Id: I2d339a3407bb633cff6a8f7502b7b09094f63fef Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -35,7 +35,6 @@ class CMakeProject;
|
||||
|
||||
namespace Internal {
|
||||
|
||||
class BuildDirManager;
|
||||
class CMakeBuildSystem;
|
||||
class CMakeBuildSettingsWidget;
|
||||
|
||||
@@ -97,7 +96,6 @@ private:
|
||||
friend class CMakeBuildSettingsWidget;
|
||||
friend class CMakeBuildSystem;
|
||||
friend class CMakeProject;
|
||||
friend class BuildDirManager;
|
||||
};
|
||||
|
||||
class CMakeProjectImporter;
|
||||
|
||||
Reference in New Issue
Block a user