Fix formatting issues

This commit is contained in:
Joseph Donofry 2019-07-04 21:31:28 -04:00
parent c0a010acbb
commit 2484e0c118
No known key found for this signature in database
GPG key ID: E8A1D78EF044B0CB
7 changed files with 16 additions and 12 deletions

View file

@ -31,9 +31,8 @@ public:
gradient.setFinalStop(right1);
painter.setBrush(QBrush(gradient));
// Deprecated in 5.13: painter.drawRoundRect(
// QRectF(QPointF(width - margin * radius, margin), QPointF(width, height - margin)),
// 0.0,
// 0.0);
// QRectF(QPointF(width - margin * radius, margin), QPointF(width, height -
// margin)), 0.0, 0.0);
painter.drawRoundedRect(
QRectF(QPointF(width - margin * radius, margin), QPointF(width, height - margin)),
0.0,