From e60373aa3ca96c4301d706cb46855c6ce9d51236 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Fri, 14 Jun 2019 13:02:31 +0200 Subject: [PATCH] forgotten debug statement removed --- src/controls/QskWindow.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/controls/QskWindow.cpp b/src/controls/QskWindow.cpp index e6669fab..2249ca04 100644 --- a/src/controls/QskWindow.cpp +++ b/src/controls/QskWindow.cpp @@ -424,8 +424,6 @@ QSize QskWindow::effectivePreferredSize() const } } -qDebug() << constraint.width() << constraint.height(); - // QWindow geometries are in integers return QSize( qskToIntegerConstraint( constraint.width() ),