forked from qt-creator/qt-creator
C++: IndexItem cleanup: remove a bit of clutter.
Change-Id: I758980009df4f7ef86fa2b5e3f4d44ccf3fc3fe3 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
@@ -308,8 +308,7 @@ public:
|
||||
info->unqualifiedNameAndScope(info->symbolName(), &name, &scope);
|
||||
text = name + info->symbolType();
|
||||
} else if (info->type() == IndexItem::Declaration){
|
||||
text = IndexItem::representDeclaration(info->symbolName(),
|
||||
info->symbolType());
|
||||
text = info->representDeclaration();
|
||||
}
|
||||
|
||||
Core::SearchResultItem item;
|
||||
|
||||
Reference in New Issue
Block a user