summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/html2pdf/html2pdf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webenginewidgets/html2pdf/html2pdf.cpp')
-rw-r--r--examples/webenginewidgets/html2pdf/html2pdf.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/webenginewidgets/html2pdf/html2pdf.cpp b/examples/webenginewidgets/html2pdf/html2pdf.cpp
index 5e293261f..e9fc69534 100644
--- a/examples/webenginewidgets/html2pdf/html2pdf.cpp
+++ b/examples/webenginewidgets/html2pdf/html2pdf.cpp
@@ -119,6 +119,7 @@ void Html2PdfConverter::pdfPrintingFinished(const QString &filePath, bool succes
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
+ QCoreApplication::setOrganizationName("QtExamples");
QCoreApplication::setApplicationName("html2pdf");
QCoreApplication::setApplicationVersion(QT_VERSION_STR);