ui: update list indexed headers when editing the compilation database text box (issue #724)
This commit is contained in:
committed by
Eberhard Graether
parent
f7262c805f
commit
eb142cfb4e
@@ -53,7 +53,7 @@ bool QtProjectWizardContentPathCxxPch::check()
|
||||
if (std::shared_ptr<SourceGroupSettingsCxxCdb> cdbSettings = std::dynamic_pointer_cast<SourceGroupSettingsCxxCdb>(m_settings))
|
||||
{
|
||||
const FilePath cdbPath = cdbSettings->getCompilationDatabasePathExpandedAndAbsolute();
|
||||
std::shared_ptr<clang::tooling::JSONCompilationDatabase> cdb = IndexerCommandCxx::loadCDB(cdbPath);
|
||||
std::shared_ptr<clang::tooling::JSONCompilationDatabase> cdb = utility::loadCDB(cdbPath);
|
||||
if (!cdb)
|
||||
{
|
||||
QMessageBox msgBox;
|
||||
|
||||
Reference in New Issue
Block a user