[directfb] Do not call a pure virtual function
In 688d9f6ec0 the base class
was changed from QWindowSurface to QPlatformBackingStore but
QPlatformBackingStore::resize is pure virtual now.
Change-Id: Ib36f177d80e9458e7e8e34f587e4554c0462e35c
Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
bb10
parent
d8fc8aa585
commit
421abf8d59
|
|
@ -92,8 +92,6 @@ void QDirectFbBackingStore::flush(QWindow *, const QRegion ®ion, const QPoint
|
|||
|
||||
void QDirectFbBackingStore::resize(const QSize &size, const QRegion& reg)
|
||||
{
|
||||
QPlatformBackingStore::resize(size, reg);
|
||||
|
||||
//Have to add 1 ref ass it will be removed by deleting the old blitter in setBlittable
|
||||
m_dfbSurface->AddRef(m_dfbSurface);
|
||||
QDirectFbBlitter *blitter = new QDirectFbBlitter(size,m_dfbSurface);
|
||||
|
|
|
|||
Loading…
Reference in New Issue