forked from qt-creator/qt-creator
QmlPuppet: Remove unused function
Change-Id: Ie8c3adbb1ce3639a8627bad763697b295b542e8f Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
committed by
Thomas Hartmann
parent
c9b8bbc5ad
commit
c53d36cd8c
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user