Include implementation of declared method
This commit is contained in:
parent
1a0020b18f
commit
a0419faecb
1 changed files with 6 additions and 0 deletions
|
@ -1021,4 +1021,10 @@ QPointF SurfaceInterface::mapToChild(SurfaceInterface *child, const QPointF &poi
|
|||
return QPointF();
|
||||
}
|
||||
|
||||
|
||||
QSize SurfaceInterface::bufferSize() const
|
||||
{
|
||||
return d->bufferSize;
|
||||
}
|
||||
|
||||
} // namespace KWaylandServer
|
||||
|
|
Loading…
Reference in a new issue