Commit 1ad5b3b6 authored by Szabolcs David's avatar Szabolcs David
Browse files

Fix build of html2pdf example


Add the missing QTextStream include.

Change-Id: I892a90deaccde03df3d974c35b6d41dcc013ef65
Reviewed-by: default avatarJüri Valdmann <juri.valdmann@qt.io>
Reviewed-by: default avatarPeter Varga <pvarga@inf.u-szeged.hu>
Showing with 1 addition and 0 deletions
......@@ -41,6 +41,7 @@
#include <QApplication>
#include <QCommandLineParser>
#include <QFile>
#include <QTextStream>
#include <QWebEnginePage>
#include <functional>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment