Project: Remove unused Project::requiresTargetPanel(...)

Change-Id: I7a5298edefd7e26841c4070be23534dd33d093cb
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Tobias Hunger
2018-02-16 12:45:43 +01:00
parent 775b235f45
commit 997ece4361
7 changed files with 0 additions and 20 deletions

View File

@@ -135,7 +135,6 @@ private:
void projectLoaded() override;
ProjectExplorer::ProjectImporter *projectImporter() const override;
bool needsConfiguration() const override { return targets().isEmpty(); }
bool requiresTargetPanel() const override { return !targets().isEmpty(); }
static bool ensureWriteableQbsFile(const QString &file);