diff --git a/src/legendmarker.cpp b/src/legendmarker.cpp index aa1abe7..1507dee 100644 --- a/src/legendmarker.cpp +++ b/src/legendmarker.cpp @@ -59,7 +59,6 @@ void LegendMarker::setBoundingRect(const QRectF rect) mMarkerBoundingRect = QRectF(x,y,markerSize.width(),markerSize.height()); mTextItem.setPos(mBoundingRect.x() + markerSize.width() + 10, y ); - qDebug() << "text item bound:" << mTextItem.boundingRect(); } void LegendMarker::setBrush(const QBrush brush) diff --git a/src/xychart/xychartitem.cpp b/src/xychart/xychartitem.cpp index 82d3620..f4e57d8 100644 --- a/src/xychart/xychartitem.cpp +++ b/src/xychart/xychartitem.cpp @@ -87,7 +87,6 @@ void XYChartItem::handlePointAdded(int index) { Q_ASSERT(indexcount()); Q_ASSERT(index>=0); - qDebug()<<__FUNCTION__< points = m_points; points.insert(index,point);