summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/html2pdf/html2pdf.cpp
diff options
context:
space:
mode:
authorJüri Valdmann <juri.valdmann@qt.io>2018-10-18 11:38:34 +0200
committerJüri Valdmann <juri.valdmann@qt.io>2018-11-13 16:11:44 +0000
commitcfe53bce924e40c944850fd0418d53c8ba760dc1 (patch)
treeb8b119d19e9dd7a2802bee413ce8a74cace949c8 /examples/webenginewidgets/html2pdf/html2pdf.cpp
parent68524d22255c0e2a76b47caec3ef01f3d23d955c (diff)
Set organizationName of all examples to QtExamples
Group directories under ~/.cache and ~/.config. Fixes: QTBUG-71669 Change-Id: Ia55aeab8c0e38f58afcbda128f04fd3d85c3df5e Reviewed-by: Michal Klocek <michal.klocek@qt.io>
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);