forked from qt-creator/qt-creator
Clang: Rename ForCodeCompletion in ForEditor
It reflects that the translation units and projects have a tied relationship with an editor. Change-Id: I3c01d5776980fe079af1fdef82feded83fdf5463 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
@@ -83,8 +83,8 @@ private slots:
|
||||
void onProjectPartsRemoved(const QStringList &projectPartIds);
|
||||
|
||||
private:
|
||||
void updateProjectPartAndTranslationUnitForCompletion();
|
||||
void updateTranslationUnitForCompletion(CppTools::ProjectPart &projectPart);
|
||||
void updateProjectPartAndTranslationUnitForEditor();
|
||||
void updateTranslationUnitForEditor(CppTools::ProjectPart &projectPart);
|
||||
QList<QTextEdit::ExtraSelection>
|
||||
generateDiagnosticHints(const QVector<ClangBackEnd::DiagnosticContainer> &diagnostics);
|
||||
void addClangTextMarks(const std::vector<ClangBackEnd::DiagnosticContainer> &diagnostics);
|
||||
|
||||
Reference in New Issue
Block a user