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