Debugger: Initialize members of OperatorNameNode

Change-Id: I662034e92687e228777c5a7983e799ffa90d9237
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Tobias Hunger
2016-11-29 15:32:03 +01:00
parent 99efc96b63
commit e6e207a49f

View File

@@ -290,7 +290,7 @@ private:
void parse();
QByteArray description() const;
Type m_type;
Type m_type = VendorType;
};
class ExprPrimaryNode : public ParseTreeNode