forked from qt-creator/qt-creator
Debugger: Initialize members of OperatorNameNode
Change-Id: I662034e92687e228777c5a7983e799ffa90d9237 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -290,7 +290,7 @@ private:
|
|||||||
void parse();
|
void parse();
|
||||||
QByteArray description() const;
|
QByteArray description() const;
|
||||||
|
|
||||||
Type m_type;
|
Type m_type = VendorType;
|
||||||
};
|
};
|
||||||
|
|
||||||
class ExprPrimaryNode : public ParseTreeNode
|
class ExprPrimaryNode : public ParseTreeNode
|
||||||
|
Reference in New Issue
Block a user