forked from qt-creator/qt-creator
QmlPuppet: Clean up private API usage in QmlPropertyChangesNodeInstance
Change-Id: I007bd0a8bf5be42f0f6e9ce193a35fa8a3d3f1aa Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
This commit is contained in:
@@ -31,8 +31,6 @@
|
||||
#define QMLPROPERTYCHANGESNODEINSTANCE_H
|
||||
|
||||
#include "objectnodeinstance.h"
|
||||
#include <private/qquickstateoperations_p.h>
|
||||
#include <private/qquickpropertychanges_p.h>
|
||||
|
||||
#include <QPair>
|
||||
#include <QWeakPointer>
|
||||
@@ -59,8 +57,7 @@ public:
|
||||
void reparent(const ObjectNodeInstance::Pointer &oldParentInstance, const PropertyName &oldParentProperty, const ObjectNodeInstance::Pointer &newParentInstance, const PropertyName &newParentProperty) Q_DECL_OVERRIDE;
|
||||
|
||||
protected:
|
||||
QmlPropertyChangesNodeInstance(QQuickPropertyChanges *object);
|
||||
QQuickPropertyChanges *changesObject() const;
|
||||
QmlPropertyChangesNodeInstance(QObject *object);
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user