forked from qt-creator/qt-creator
Project: Remove unused Project::requiresTargetPanel(...)
Change-Id: I7a5298edefd7e26841c4070be23534dd33d093cb Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -366,11 +366,6 @@ bool CMakeProject::needsConfiguration() const
|
||||
return targets().isEmpty();
|
||||
}
|
||||
|
||||
bool CMakeProject::requiresTargetPanel() const
|
||||
{
|
||||
return !targets().isEmpty();
|
||||
}
|
||||
|
||||
bool CMakeProject::knowsAllBuildExecutables() const
|
||||
{
|
||||
return false;
|
||||
|
||||
@@ -69,7 +69,6 @@ public:
|
||||
CMakeBuildTarget buildTargetForTitle(const QString &title);
|
||||
|
||||
bool needsConfiguration() const final;
|
||||
bool requiresTargetPanel() const final;
|
||||
bool knowsAllBuildExecutables() const final;
|
||||
|
||||
bool supportsKit(const ProjectExplorer::Kit *k, QString *errorMessage = nullptr) const final;
|
||||
|
||||
Reference in New Issue
Block a user