forked from qt-creator/qt-creator
Clang: Mini refactorings in ClangCompletionAssistProcessor
The renames will improve the readability of the follo-up change. Change-Id: If1f5ae2a2798c13ce7268e436dae1b3963f01d5e Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
This commit is contained in:
@@ -146,7 +146,7 @@ void IpcReceiver::codeCompleted(const CodeCompletedCommand &command)
|
||||
const quint64 ticket = command.ticketNumber();
|
||||
QScopedPointer<ClangCompletionAssistProcessor> processor(m_assistProcessorsTable.take(ticket));
|
||||
if (processor)
|
||||
processor->asyncCompletionsAvailable(command.codeCompletions());
|
||||
processor->handleAvailableAsyncCompletions(command.codeCompletions());
|
||||
}
|
||||
|
||||
void IpcReceiver::translationUnitDoesNotExist(const TranslationUnitDoesNotExistCommand &command)
|
||||
|
Reference in New Issue
Block a user