Include implementation of declared method

This commit is contained in:
Aleix Pol 2021-03-11 13:49:38 +01:00
parent 1a0020b18f
commit a0419faecb

View file

@ -1021,4 +1021,10 @@ QPointF SurfaceInterface::mapToChild(SurfaceInterface *child, const QPointF &poi
return QPointF();
}
QSize SurfaceInterface::bufferSize() const
{
return d->bufferSize;
}
} // namespace KWaylandServer