From b0cdd23fb39d313fa224b481b04ac75d1b3a6fbd Mon Sep 17 00:00:00 2001 From: mlangkabel Date: Mon, 4 Feb 2019 18:14:07 +0100 Subject: [PATCH] UI: mention CDB can be generated by Qt Creator --- .../qt/window/project_wizzard/QtProjectWizzardContentSelect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib_gui/qt/window/project_wizzard/QtProjectWizzardContentSelect.cpp b/src/lib_gui/qt/window/project_wizzard/QtProjectWizzardContentSelect.cpp index 8d943f77..251dd526 100644 --- a/src/lib_gui/qt/window/project_wizzard/QtProjectWizzardContentSelect.cpp +++ b/src/lib_gui/qt/window/project_wizzard/QtProjectWizzardContentSelect.cpp @@ -67,7 +67,7 @@ void QtProjectWizzardContentSelect::populate(QGridLayout* layout, int& row) m_sourceGroupTypeDescriptions[SOURCE_GROUP_CPP_EMPTY] = "Create a new Sourcetrail Source Group by defining which C++ files will be indexed."; m_sourceGroupTypeDescriptions[SOURCE_GROUP_CXX_CDB] = "Create a Source Group from an existing Compilation Database file (compile_commands.json). " - "It can be exported from CMake
(-DCMAKE_EXPORT_COMPILE_COMMANDS=1) and Make projects. Have a look at the " + "It can be exported from CMake
(-DCMAKE_EXPORT_COMPILE_COMMANDS=1) and Make projects or from the Qt Creator since version 4.8. Have a look at the " "" "documentation."; m_sourceGroupTypeDescriptions[SOURCE_GROUP_CXX_VS] =