QmlPuppet: Clean up private API usage in QmlPropertyChangesNodeInstance

Change-Id: I007bd0a8bf5be42f0f6e9ce193a35fa8a3d3f1aa
Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
This commit is contained in:
Thomas Hartmann
2015-05-20 18:30:37 +02:00
parent c6a2f1fe46
commit 4a0a1a2b75
4 changed files with 126 additions and 36 deletions
@@ -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