From c87171f443ba85d9ad628e47ee484b0e369462a8 Mon Sep 17 00:00:00 2001 From: Mehran Dehghanian Date: Tue, 16 Nov 2021 10:58:28 +0330 Subject: [PATCH] Removed qWarning() --- QPainerExample/qquickcustomitem.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/QPainerExample/qquickcustomitem.cpp b/QPainerExample/qquickcustomitem.cpp index 507533f..1415235 100644 --- a/QPainerExample/qquickcustomitem.cpp +++ b/QPainerExample/qquickcustomitem.cpp @@ -24,7 +24,6 @@ void QQuickCustomItem::paint(QPainter *painter) // path.lineTo(0, height()); // path.lineTo(width() / 2, 0); - qWarning()<window().width()<<" "<window().height(); path.moveTo(QPoint(100, 0)); path.arcTo(QRectF(0, 0, painter->window().width(), painter->window().height()), 90, 270);