ui: Added missing source files extensions setting to edit project dialog
bug id = 132
This commit is contained in:
@@ -532,6 +532,7 @@ void QtProjectWizzard::showSummary()
|
||||
}
|
||||
}
|
||||
|
||||
summary->addContent(new QtProjectWizzardContentExtensions(m_settings, window), true, true);
|
||||
summary->addContent(new QtProjectWizzardContentFlags(m_settings, window), true, true);
|
||||
summary->addContent(new QtProjectWizzardContentPathsExclude(m_settings, window), true, true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user