forked from qt-creator/qt-creator
QmlLivePreview: removing and inserting animations and transitions
Change-Id: Ic776f63f5d7925ac7dfd99be53c10b9af4cb9545 Reviewed-on: http://codereview.qt.nokia.com/75 Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
committed by
Kai Koehne
parent
779fafcbfe
commit
3cf5379380
@@ -480,11 +480,11 @@ protected:
|
||||
}
|
||||
|
||||
virtual void createObject(const QString& qmlText, DebugId ref,
|
||||
const QStringList& importList, const QString& filename)
|
||||
const QStringList& importList, const QString& filename, int order)
|
||||
{
|
||||
appliedChangesToViewer = true;
|
||||
referenceRefreshRequired = true;
|
||||
m_clientProxy->createQmlObject(qmlText, ref, importList, filename);
|
||||
m_clientProxy->createQmlObject(qmlText, ref, importList, filename, order);
|
||||
}
|
||||
|
||||
virtual void reparentObject(int debugId, int newParent)
|
||||
|
||||
Reference in New Issue
Block a user