summaryrefslogtreecommitdiffstats
path: root/src/gui/doc/snippets/textblock-fragments/xmlwriter.h
diff options
context:
space:
mode:
authorNico Vertriest <[email protected]>2020-08-17 07:26:01 +0200
committerPaul Wicking <[email protected]>2020-09-01 06:13:11 +0200
commite1915cd83e3b1abc0a7eec5e9917739ed512b459 (patch)
treea2c361f5ba785a2a38472525b2f05c205a4abd81 /src/gui/doc/snippets/textblock-fragments/xmlwriter.h
parent37fbffee81be467fa5cee0ce83188e50c144947d (diff)
Doc: Make snippets Qt Gui compilable - textblock-fragments
Task-number: QTBUG-81486 Change-Id: I3a6ee6ef744abb694d1cc7ef409f8bb584854395 Reviewed-by: Topi Reiniƶ <[email protected]>
Diffstat (limited to 'src/gui/doc/snippets/textblock-fragments/xmlwriter.h')
-rw-r--r--src/gui/doc/snippets/textblock-fragments/xmlwriter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/doc/snippets/textblock-fragments/xmlwriter.h b/src/gui/doc/snippets/textblock-fragments/xmlwriter.h
index a9562e7c429..b140aa1c9ba 100644
--- a/src/gui/doc/snippets/textblock-fragments/xmlwriter.h
+++ b/src/gui/doc/snippets/textblock-fragments/xmlwriter.h
@@ -52,6 +52,7 @@
#define XMLWRITER_H
#include <QDomDocument>
+#include <QTextBlock>
class QTextDocument;