summaryrefslogtreecommitdiffstats
path: root/examples/charts/callout/callout.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/charts/callout/callout.cpp')
-rw-r--r--examples/charts/callout/callout.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/charts/callout/callout.cpp b/examples/charts/callout/callout.cpp
index bb37802a..c78693b6 100644
--- a/examples/charts/callout/callout.cpp
+++ b/examples/charts/callout/callout.cpp
@@ -53,8 +53,8 @@ QRectF Callout::boundingRect() const
void Callout::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget)
{
- Q_UNUSED(option)
- Q_UNUSED(widget)
+ Q_UNUSED(option);
+ Q_UNUSED(widget);
QPainterPath path;
path.addRoundedRect(m_rect, 5, 5);