mirror of
https://github.com/fralx/LimeReport.git
synced 2025-10-09 14:04:43 +03:00
Fixed code style
This commit is contained in:
@@ -94,7 +94,7 @@ void BorderFrameEditor::unSetAllLines()
|
||||
|
||||
void BorderFrameEditor::mousePressEvent(QMouseEvent* event)
|
||||
{
|
||||
#if (QT_VERSION < QT_VERSION_CHECK(6,0,0))
|
||||
#if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0))
|
||||
int x = event->x();
|
||||
int y = event->y();
|
||||
#else
|
||||
|
@@ -789,7 +789,6 @@ QSizeF AbstractSeriesChart::calcChartLegendSize(const QFont& font, const qreal m
|
||||
return QSizeF(mw + fm.height() * 2, cw);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
bool AbstractSeriesChart::verticalLabels(QPainter* painter, QRectF labelsRect)
|
||||
|
Reference in New Issue
Block a user