Add virtual dtor to QSGVideoNodeFactoryInterface
Makes it compile for me Change-Id: Ib79f4c38bb165d3698a94c5d1aafee710423a907 Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
This commit is contained in:
@@ -118,4 +118,8 @@ void QSGVideoNode::setTexturedRectGeometry(const QRectF &rect, const QRectF &tex
|
||||
markDirty(DirtyGeometry);
|
||||
}
|
||||
|
||||
QSGVideoNodeFactoryInterface::~QSGVideoNodeFactoryInterface()
|
||||
{
|
||||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
Reference in New Issue
Block a user