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:
@@ -826,11 +826,6 @@ void Project::configureAsExampleProject(const QSet<Core::Id> &platforms)
|
||||
Q_UNUSED(platforms);
|
||||
}
|
||||
|
||||
bool Project::requiresTargetPanel() const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
bool Project::needsSpecialDeployment() const
|
||||
{
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user