summaryrefslogtreecommitdiffstats
path: root/examples/webengine/quicknanobrowser
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/webengine/quicknanobrowser
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/webengine/quicknanobrowser')
-rw-r--r--examples/webengine/quicknanobrowser/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/webengine/quicknanobrowser/main.cpp b/examples/webengine/quicknanobrowser/main.cpp
index 63725d3e2..18ba7b3e2 100644
--- a/examples/webengine/quicknanobrowser/main.cpp
+++ b/examples/webengine/quicknanobrowser/main.cpp
@@ -78,6 +78,7 @@ static QUrl startupUrl()
int main(int argc, char **argv)
{
+ QCoreApplication::setOrganizationName("QtExamples");
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
Application app(argc, argv);