QmlJsDelta: moved to the QMLJS library

Also used 'int' instead of QDeclarativeDebugObjectReference for
the debug id in order not to use the private API from QMLJS
This commit is contained in:
Olivier Goffart
2010-07-21 14:26:25 +02:00
parent 31949f1890
commit f24216bdbb
11 changed files with 81 additions and 80 deletions

View File

@@ -30,7 +30,6 @@
#include "qmljsinspector.h"
#include "qmljsclientproxy.h"
#include "qmljsinspectorcontext.h"
#include "qmljsdelta.h"
#include "qmljslivetextpreview.h"
#include "qmljsprivateapi.h"
@@ -38,6 +37,7 @@
#include <qmljs/qmljsmodelmanagerinterface.h>
#include <qmljs/qmljsdocument.h>
#include <qmljs/qmljsdelta.h>
#include <debugger/debuggerrunner.h>
#include <debugger/debuggerconstants.h>