ui: generic solution parser

completed first version of generic solution parsers
This commit is contained in:
Manuel Dobusch
2016-05-18 16:50:26 +02:00
parent 2f25279662
commit 5295267513
6 changed files with 24 additions and 39 deletions
@@ -347,7 +347,7 @@ void QtProjectWizzard::selectedProjectType(QtProjectWizzardContentSelect::Projec
emptyProject();
break;
case QtProjectWizzardContentSelect::PROJECT_VS:
case QtProjectWizzardContentSelect::PROJECT_MANAGED:
{
std::string fileEndings = "(";
for (unsigned int i = 0; i < m_parserManager->getParserCount(); i++)