forked from qt-creator/qt-creator
QmlDesigner: Remove old functions in instances
Change-Id: If886ca208de775472c4e97e986c2f4df81615959 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -1103,10 +1103,6 @@ void ObjectNodeInstance::setResetValue(const PropertyName &propertyName, const Q
|
||||
m_resetValueHash.insert(propertyName, value);
|
||||
}
|
||||
|
||||
void ObjectNodeInstance::paint(QPainter * /*painter*/)
|
||||
{
|
||||
}
|
||||
|
||||
QImage ObjectNodeInstance::renderImage() const
|
||||
{
|
||||
return QImage();
|
||||
|
||||
Reference in New Issue
Block a user