Project: Rename supportsNoProjectTargetPanel to requiresTargetPanel

Just a better name.

Change-Id: I6f3ab3fe6e8f565105a770b8bf8fd198ed6c799f
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Daniel Teske
2014-07-11 12:04:30 +02:00
parent 611d0016dd
commit 29ca1a5b67
6 changed files with 8 additions and 8 deletions

View File

@@ -476,9 +476,9 @@ void Project::configureAsExampleProject(const QStringList &platforms)
Q_UNUSED(platforms);
}
bool Project::supportsNoTargetPanel() const
bool Project::requiresTargetPanel() const
{
return false;
return true;
}
bool Project::needsSpecialDeployment() const