@@ -71,7 +71,7 void ChartBackground::paint(QPainter *painter, const QStyleOptionGraphicsItem *o | |||
|
71 | 71 | painter->setBrush(brush()); |
|
72 | 72 | painter->drawRoundedRect(rect(), m_diameter, m_diameter); |
|
73 | 73 | #ifndef QT_NO_DEBUG |
|
74 |
painter->setPen(Qt:: |
|
|
74 | painter->setPen(Qt::gray); | |
|
75 | 75 | QFont font; |
|
76 | 76 | QString build("build %1"); |
|
77 | 77 | font.setPointSize(6); |
General Comments 0
You need to be logged in to leave comments.
Login now