CMake: Remove unused friend declaration

Change-Id: Idc6eca602a2c900c7c5b53ee48937439e2c350b0
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
hjk
2022-05-05 12:12:11 +02:00
parent 4d48c4cb5e
commit 0c7ab75ba8

View File

@@ -31,10 +31,7 @@
namespace CMakeProjectManager {
namespace Internal {
class CMakeProjectImporter;
class CMakeBuildSystem;
}
namespace Internal { class CMakeProjectImporter; }
class CMAKE_EXPORT CMakeProject final : public ProjectExplorer::Project
{
@@ -62,8 +59,6 @@ private:
mutable Internal::CMakeProjectImporter *m_projectImporter = nullptr;
friend class Internal::CMakeBuildSystem;
ProjectExplorer::Tasks m_issues;
};