forked from qt-creator/qt-creator
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:
@@ -64,7 +64,7 @@ public:
|
||||
void changeToSelectMarqueeTool();
|
||||
void changeToZoomTool();
|
||||
|
||||
void createQmlObject(const QString &qmlText, const QDeclarativeDebugObjectReference &parentRef,
|
||||
void createQmlObject(const QString &qmlText, int parentDebugId,
|
||||
const QStringList &imports, const QString &filename);
|
||||
void destroyQmlObject(int debugId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user