CppTools: Replace Method with Function

Change-Id: I6405c4dfa07eba1ea09ba23fe20667769eaca748
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
Orgad Shaneh
2014-03-29 21:13:26 +03:00
committed by Orgad Shaneh
parent edddfba98a
commit 530332c255
6 changed files with 8 additions and 8 deletions

View File

@@ -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;