forked from qt-creator/qt-creator
CppTools: Replace Method with Function
Change-Id: I6405c4dfa07eba1ea09ba23fe20667769eaca748 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
edddfba98a
commit
530332c255
@@ -112,7 +112,7 @@ void ClangSymbolSearcher::search(const QLinkedList<Symbol> &allSymbols)
|
||||
case Symbol::Constructor:
|
||||
case Symbol::Destructor:
|
||||
if (m_parameters.types & SymbolSearcher::Functions) {
|
||||
info.type = CppTools::ModelItemInfo::Method;
|
||||
info.type = CppTools::ModelItemInfo::Function;
|
||||
break;
|
||||
} else {
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user