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:
parent
7b911a65d2
commit
1469bac17c
|
@ -49,6 +49,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
#include "textballoon.h"
|
||||
#include <QPainter>
|
||||
|
||||
//! [0]
|
||||
TextBalloon::TextBalloon(QQuickItem *parent)
|
||||
|
|
Loading…
Reference in New Issue