forked from qt-creator/qt-creator
CMake: Remove CMakeProject::buildTargetTitles
The only user can also get this information from the relevant CMakeBuildConfiguration. Change-Id: I80e176ef0a8bc427f6adbf75b20e29f38d7b949f Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -63,8 +63,6 @@ public:
|
||||
explicit CMakeProject(const Utils::FilePath &filename);
|
||||
~CMakeProject() final;
|
||||
|
||||
QStringList buildTargetTitles() const;
|
||||
|
||||
ProjectExplorer::Tasks projectIssues(const ProjectExplorer::Kit *k) const final;
|
||||
|
||||
void runCMake();
|
||||
|
||||
Reference in New Issue
Block a user