Add #include <QPainter> in textballoon example

It is not building in namespaced builds without this.
Others also needed this include, such as
qml/tutorials/extending-qml/chapter2-methods/piechart.cpp

Change-Id: Ifbb0557655d247b146ca2eddb07ea6813d9ffacb
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
This commit is contained in:
Shawn Rutledge 2020-10-31 09:45:49 +01:00
parent 7b911a65d2
commit 1469bac17c
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@
****************************************************************************/
#include "textballoon.h"
#include <QPainter>
//! [0]
TextBalloon::TextBalloon(QQuickItem *parent)