aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/customitems/painteditem/textballoon.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/customitems/painteditem/textballoon.h')
-rw-r--r--examples/quick/customitems/painteditem/textballoon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/customitems/painteditem/textballoon.h b/examples/quick/customitems/painteditem/textballoon.h
index 1bf96580e2..520def639e 100644
--- a/examples/quick/customitems/painteditem/textballoon.h
+++ b/examples/quick/customitems/painteditem/textballoon.h
@@ -62,7 +62,7 @@ class TextBalloon : public QQuickPaintedItem
public:
TextBalloon(QQuickItem *parent = nullptr);
- void paint(QPainter *painter);
+ void paint(QPainter *painter) override;
bool isRightAligned() const;
void setRightAligned(bool rightAligned);