forked from qt-creator/qt-creator
Initialize members of ModelItemInfo.
This commit is contained in:
@@ -51,6 +51,8 @@ struct ModelItemInfo
|
||||
enum ItemType { Enum, Class, Method, Declaration };
|
||||
|
||||
ModelItemInfo()
|
||||
: type(Declaration),
|
||||
line(0)
|
||||
{ }
|
||||
|
||||
ModelItemInfo(const QString &symbolName,
|
||||
|
||||
Reference in New Issue
Block a user