forked from qt-creator/qt-creator
Clang: Typedef some often used types
using CodeCompletions = QVector<CodeCompletion>; using CodeCompletionChunks = QVector<CodeCompletionChunk>; Change-Id: Id729a43566c23dc000e44d79ccf4a49e4f235f51 Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
This commit is contained in:
@@ -47,7 +47,7 @@ CodeCompleter::CodeCompleter(TranslationUnit translationUnit)
|
||||
{
|
||||
}
|
||||
|
||||
QVector<CodeCompletion> CodeCompleter::complete(uint line, uint column)
|
||||
CodeCompletions CodeCompleter::complete(uint line, uint column)
|
||||
{
|
||||
translationUnit.reparse();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user