logic: Defaults for C and C++ standard in dropdowns and fixed main to be first active symbol
This commit is contained in:
@@ -94,6 +94,9 @@ void QtProjectSetupScreen::loadEmpty()
|
||||
{
|
||||
updateTitle("NEW PROJECT");
|
||||
updateDoneButton("Create");
|
||||
|
||||
m_cppStandard->setCurrentIndex(5);
|
||||
m_cStandard->setCurrentIndex(4);
|
||||
}
|
||||
|
||||
void QtProjectSetupScreen::loadProjectSettings()
|
||||
|
||||
Reference in New Issue
Block a user