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 };
|
enum ItemType { Enum, Class, Method, Declaration };
|
||||||
|
|
||||||
ModelItemInfo()
|
ModelItemInfo()
|
||||||
|
: type(Declaration),
|
||||||
|
line(0)
|
||||||
{ }
|
{ }
|
||||||
|
|
||||||
ModelItemInfo(const QString &symbolName,
|
ModelItemInfo(const QString &symbolName,
|
||||||
|
|||||||
Reference in New Issue
Block a user