##// END OF EJS Templates
Warnings are errors, fixed one in barvalue.cpp
Tero Ahola -
r816:75470b1f1776
parent child
Show More
@@ -70,6 +70,7 void BarValue::setPos(qreal x, qreal y)
70 70
71 71 void BarValue::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget)
72 72 {
73 Q_UNUSED(painter)
73 74 Q_UNUSED(option)
74 75 Q_UNUSED(widget)
75 76 }
General Comments 0
You need to be logged in to leave comments. Login now