logic: Defaults for C and C++ standard in dropdowns and fixed main to be first active symbol

This commit is contained in:
Eberhard Graether
2016-01-13 12:19:47 +01:00
parent 46a629358c
commit 99776f0242
2 changed files with 12 additions and 1 deletions
@@ -94,6 +94,9 @@ void QtProjectSetupScreen::loadEmpty()
{
updateTitle("NEW PROJECT");
updateDoneButton("Create");
m_cppStandard->setCurrentIndex(5);
m_cStandard->setCurrentIndex(4);
}
void QtProjectSetupScreen::loadProjectSettings()