forgotten debug statement removed

This commit is contained in:
Uwe Rathmann 2019-06-14 13:02:31 +02:00
parent 56acfbb056
commit e60373aa3c

View File

@ -424,8 +424,6 @@ QSize QskWindow::effectivePreferredSize() const
} }
} }
qDebug() << constraint.width() << constraint.height();
// QWindow geometries are in integers // QWindow geometries are in integers
return QSize( qskToIntegerConstraint( constraint.width() ), return QSize( qskToIntegerConstraint( constraint.width() ),