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();
|
||||
|
||||
Reference in New Issue
Block a user