Ejemplo n.º 1
0
void Surface::attach(BufferPtr buffer, const QPoint &position)
{
    attach(buffer.toStrongRef().data(), position);
}