forked from qt-creator/qt-creator
CMakeProjectManager: Export CMakeProject
Export CMakeProject to make it possible for plugins to inspect the BuildTargets of a cmake project. Change-Id: Ia7eb94689afefee7789e32ec009579856746787a Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
This commit is contained in:
@@ -468,7 +468,7 @@ Core::IDocument *CMakeProject::document() const
|
||||
return m_file;
|
||||
}
|
||||
|
||||
CMakeManager *CMakeProject::projectManager() const
|
||||
IProjectManager *CMakeProject::projectManager() const
|
||||
{
|
||||
return m_manager;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user