forked from qt-creator/qt-creator
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user