##// END OF EJS Templates
minor. remove debug info
Michal Klocek -
r555:e00d69c18a68
parent child
Show More
@@ -371,7 +371,6 void AxisItem::handleAxisUpdated()
371 371
372 372 void AxisItem::handleRangeChanged(qreal min, qreal max,int tickCount)
373 373 {
374 qDebug()<<min<<max<<tickCount;
375 374 if(min==max || tickCount<2) return;
376 375
377 376 m_min = min;
@@ -383,7 +383,6 void QChartAxis::hide()
383 383
384 384 void QChartAxis::handleAxisRangeChanged(qreal min, qreal max)
385 385 {
386 qDebug()<<__FUNCTION__<<min<<max;
387 386 setRange(min,max);
388 387 }
389 388
General Comments 0
You need to be logged in to leave comments. Login now