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

@@ -1398,9 +1398,9 @@ void QmakeProject::configureAsExampleProject(const QStringList &platforms)
ProjectExplorerPlugin::instance()->requestProjectModeUpdate(this);
}
bool QmakeProject::supportsNoTargetPanel() const
bool QmakeProject::requiresTargetPanel() const
{
return true;
return false;
}
// All the Qmake run configurations should share code.