QML JS Debugger: Be able to expand objects

This commit is contained in:
Olivier Goffart
2010-07-22 14:58:37 +02:00
parent 4995c38861
commit 050905157c
6 changed files with 92 additions and 12 deletions

View File

@@ -25,6 +25,7 @@ WatchData::WatchData() :
valueEditable(true),
error(false),
source(0),
objectId(0),
state(InitialState),
changed(false)
{