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:
@@ -53,6 +53,11 @@ QString CodeStyleSettingsPanelFactory::displayName() const
|
||||
return QCoreApplication::translate("CodeStyleSettingsPanelFactory", "Code Style Settings");
|
||||
}
|
||||
|
||||
int CodeStyleSettingsPanelFactory::priority() const
|
||||
{
|
||||
return 40;
|
||||
}
|
||||
|
||||
bool CodeStyleSettingsPanelFactory::supports(Project *project)
|
||||
{
|
||||
Q_UNUSED(project);
|
||||
|
||||
Reference in New Issue
Block a user