Fix variable unused warning
This commit is contained in:
parent
5cc626c102
commit
ae55e37660
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue