forked from qt-creator/qt-creator
CppEditor: Fix whitespace
Change-Id: I5b1f9268e2bc37344fba2ffec6098ae787cb327f Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
@@ -2215,7 +2215,7 @@ public:
|
||||
if (ExpressionAST *csExpression = cs->expression) {
|
||||
if (ExpressionAST *expression = csExpression->asIdExpression()) {
|
||||
QList<LookupItem> candidates = typeOfExpression(expression, document, scope);
|
||||
if (!candidates .isEmpty() && candidates.first().declaration()) {
|
||||
if (!candidates.isEmpty() && candidates.first().declaration()) {
|
||||
Symbol *decl = candidates.first().declaration();
|
||||
values << prettyPrint.prettyName(LookupContext::fullyQualifiedName(decl));
|
||||
}
|
||||
|
Reference in New Issue
Block a user