summaryrefslogtreecommitdiffstats
path: root/src/charts/layout/cartesianchartlayout.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/charts/layout/cartesianchartlayout.cpp')
-rw-r--r--src/charts/layout/cartesianchartlayout.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charts/layout/cartesianchartlayout.cpp b/src/charts/layout/cartesianchartlayout.cpp
index 5e32c2e1..8d2c56d4 100644
--- a/src/charts/layout/cartesianchartlayout.cpp
+++ b/src/charts/layout/cartesianchartlayout.cpp
@@ -49,7 +49,7 @@ QRectF CartesianChartLayout::calculateAxisGeometry(const QRectF &geometry,
const QList<ChartAxisElement *> &axes,
bool update) const
{
- Q_UNUSED(update)
+ Q_UNUSED(update);
QSizeF left(0,0);
QSizeF minLeft(0,0);
QSizeF right(0,0);