forked from qt-creator/qt-creator
Clang: Fix function name in qWarning()
Change-Id: I64618eb06c8834fba0ed186ce0413d6ffc283a85 Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
This commit is contained in:
@@ -120,7 +120,7 @@ void ClangIpcServer::completeCode(const ClangBackEnd::CompleteCodeCommand &comma
|
||||
} catch (const ProjectPartDoNotExistException &exception) {
|
||||
client()->projectPartsDoNotExist(ProjectPartsDoNotExistCommand(exception.projectPartIds()));
|
||||
} catch (const std::exception &exception) {
|
||||
qWarning() << "Error in ClangIpcServer::unregisterProjectPartsForCodeCompletion:" << exception.what();
|
||||
qWarning() << "Error in ClangIpcServer::completeCode:" << exception.what();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user