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 eb72804602..129b0f7ee1 100644
--- a/examples/quick/customitems/painteditem/textballoon.h
+++ b/examples/quick/customitems/painteditem/textballoon.h
@@ -64,7 +64,7 @@ class TextBalloon : public QQuickPaintedItem
TextBalloon(QQuickItem *parent = 0);
void paint(QPainter *painter);
- bool isRightAligned();
+ bool isRightAligned() const;
void setRightAligned(bool rightAligned);
private: