diff options
Diffstat (limited to 'examples/quick/customitems/painteditem/textballoon.h')
-rw-r--r-- | examples/quick/customitems/painteditem/textballoon.h | 2 |
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: |