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
@@ -50,7 +50,7 @@ namespace CppTools {
|
||||
|
||||
struct CPPTOOLS_EXPORT ModelItemInfo
|
||||
{
|
||||
enum ItemType { Enum, Class, Method, Declaration };
|
||||
enum ItemType { Enum, Class, Function, Declaration };
|
||||
|
||||
ModelItemInfo()
|
||||
: type(Declaration),
|
||||
|
||||
Reference in New Issue
Block a user