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

@@ -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),