##// END OF EJS Templates
minor. remove debug leftovers
Michal Klocek -
r477:831ea5657e75
parent child
Show More
@@ -52,7 +52,6 void SplineChartItem::setGeometry(QVector<QPointF>& points)
52 void SplineChartItem::setLinePen(const QPen& pen)
52 void SplineChartItem::setLinePen(const QPen& pen)
53 {
53 {
54 m_pen = pen;
54 m_pen = pen;
55 qDebug()<<pen;
56 }
55 }
57
56
58 //handlers
57 //handlers
General Comments 0
You need to be logged in to leave comments. Login now