forked from qt-creator/qt-creator
Make Open Project wizard skippable
Task-Nr: QTCREATORBUG-6063 Change-Id: Ieace3e9e68b4e0342c35ac7c279f4b0b61076419 Reviewed-by: Eike Ziller <eike.ziller@nokia.com> Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
@@ -94,6 +94,11 @@ QString RunSettingsPanelFactory::displayName() const
|
||||
return RunSettingsWidget::tr("Run Settings");
|
||||
}
|
||||
|
||||
int RunSettingsPanelFactory::priority() const
|
||||
{
|
||||
return 20;
|
||||
}
|
||||
|
||||
bool RunSettingsPanelFactory::supports(Target *target)
|
||||
{
|
||||
Q_UNUSED(target);
|
||||
|
||||
Reference in New Issue
Block a user