Skip to content
Snippets Groups Projects
Commit 250d947a authored by Roberto Raggi's avatar Roberto Raggi
Browse files

Initialize members of ModelItemInfo.

parent 5f04a48f
No related merge requests found
......@@ -51,6 +51,8 @@ struct ModelItemInfo
enum ItemType { Enum, Class, Method, Declaration };
ModelItemInfo()
: type(Declaration),
line(0)
{ }
ModelItemInfo(const QString &symbolName,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment