forked from qt-creator/qt-creator
Debugger: Initialize QmlV8ObjectData::id
Change-Id: I73ce601e4d74ef662f7789080ed1579802a668f7 Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
This commit is contained in:
@@ -109,7 +109,7 @@ enum StepAction
|
|||||||
|
|
||||||
struct QmlV8ObjectData
|
struct QmlV8ObjectData
|
||||||
{
|
{
|
||||||
int handle;
|
int handle = -1;
|
||||||
QByteArray name;
|
QByteArray name;
|
||||||
QByteArray type;
|
QByteArray type;
|
||||||
QVariant value;
|
QVariant value;
|
||||||
|
Reference in New Issue
Block a user