QmlJsDelta: Add ability to remove object

This commit is contained in:
Olivier Goffart
2010-07-19 10:42:39 +02:00
parent 99b6492465
commit 6292f1a5f7
7 changed files with 47 additions and 6 deletions

View File

@@ -66,6 +66,7 @@ public:
void createQmlObject(const QString &qmlText, const QDeclarativeDebugObjectReference &parentRef,
const QStringList &imports, const QString &filename);
void destroyQmlObject(int debugId);
void applyChangesToQmlFile();
void applyChangesFromQmlFile();