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
@@ -130,7 +130,7 @@ public:
|
||||
if (index != -1) {
|
||||
QString text = info.symbolName;
|
||||
QString scope = info.symbolScope;
|
||||
if (info.type == ModelItemInfo::Method) {
|
||||
if (info.type == ModelItemInfo::Function) {
|
||||
QString name;
|
||||
info.unqualifiedNameAndScope(info.symbolName, &name, &scope);
|
||||
text = name + info.symbolType;
|
||||
|
||||
Reference in New Issue
Block a user