resource: Updated documentation and smaller fixes
* updated documentation of: cdb loading, advanced settings, graph view * removed stats of search index * added global search paths to cdb summary
This commit is contained in:
@@ -534,6 +534,13 @@ void QtProjectWizzard::showSummary()
|
||||
summary->addContent(headers, false, true);
|
||||
connectShowFiles(headers);
|
||||
|
||||
summary->addContent(new QtProjectWizzardContentPathsHeaderSearchGlobal(settings, window), false, true);
|
||||
|
||||
if (QSysInfo::macVersion() != QSysInfo::MV_None)
|
||||
{
|
||||
summary->addContent(new QtProjectWizzardContentPathsFrameworkSearchGlobal(settings, window), false, false);
|
||||
}
|
||||
|
||||
data->hideLanguage();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user