logic: Limit multi process indexing to projects with C/C++ source groups

This commit is contained in:
Eberhard Graether
2017-05-08 14:45:37 +02:00
parent ad1a48bce4
commit 14fa67b909
6 changed files with 28 additions and 20 deletions
@@ -119,7 +119,7 @@ void QtProjectWizzardContentPreferences::populate(QGridLayout* layout, int& row)
row++;
// multi process indexing
m_multiProcessIndexing = addCheckBox("Multi process indexing", "Use processes instead of threads for indexing.",
m_multiProcessIndexing = addCheckBox("Multi process C/C++ indexing", "Use processes instead of threads for C/C++ indexing.",
"Using processes instead of threads prevents the application from crashing on unforseen exceptions during indexing.",
layout, row);