Fix variable unused warning

This commit is contained in:
Roman Gilg 2019-08-28 18:10:24 +02:00
parent 5cc626c102
commit ae55e37660

View file

@ -141,6 +141,7 @@ void X11WindowedOutput::initXInputForWindow()
void X11WindowedOutput::setGeometry(const QPoint &logicalPosition, const QSize &pixelSize)
{
// TODO: set mode to have updated pixelSize
Q_UNUSED(pixelSize);
setGlobalPos(logicalPosition);
}