QmlPuppet: Remove unused function

Change-Id: Ie8c3adbb1ce3639a8627bad763697b295b542e8f
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
Thomas Hartmann
2015-05-19 12:10:31 +02:00
committed by Thomas Hartmann
parent c9b8bbc5ad
commit c53d36cd8c
2 changed files with 0 additions and 6 deletions
@@ -899,11 +899,6 @@ QVariant ObjectNodeInstance::resetValue(const PropertyName &propertyName) const
return m_resetValueHash.value(propertyName);
}
void ObjectNodeInstance::setResetValue(const PropertyName &propertyName, const QVariant &value)
{
m_resetValueHash.insert(propertyName, value);
}
QImage ObjectNodeInstance::renderImage() const
{
return QImage();
@@ -152,7 +152,6 @@ public:
bool hasValidResetBinding(const PropertyName &propertyName) const;
QQmlAbstractBinding *resetBinding(const PropertyName &propertyName) const;
QVariant resetValue(const PropertyName &propertyName) const;
void setResetValue(const PropertyName &propertyName, const QVariant &value);
QObject *object() const;
virtual QQuickItem *contentItem() const;