From 1469bac17cc1839c8822c3004852748e4f9cb3ea Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Sat, 31 Oct 2020 09:45:49 +0100 Subject: Add #include 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 --- examples/quick/customitems/painteditem/textballoon.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'examples') diff --git a/examples/quick/customitems/painteditem/textballoon.cpp b/examples/quick/customitems/painteditem/textballoon.cpp index bd8248e65e..de34d67103 100644 --- a/examples/quick/customitems/painteditem/textballoon.cpp +++ b/examples/quick/customitems/painteditem/textballoon.cpp @@ -49,6 +49,7 @@ ****************************************************************************/ #include "textballoon.h" +#include //! [0] TextBalloon::TextBalloon(QQuickItem *parent) -- cgit v1.2.3