summaryrefslogtreecommitdiffstats
path: root/examples/webenginequick/quicknanobrowser/ApplicationRoot.qml
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2022-09-06 08:46:50 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2022-09-08 08:46:51 +0200
commit98bae072c090ee19e2a5a1e85eed712a060d12fc (patch)
tree00accccb7da71259d903b956a2348074c31f4c62 /examples/webenginequick/quicknanobrowser/ApplicationRoot.qml
parent95a3bfb9053c44b6fbf558b882ab28bdb3239786 (diff)
Polish the nano browser example
- Use QCommandLineParser - Fix the organization name - Use modern QML type registration (Utils as a singleton) instead of context properties Pick-to: 6.4 6.3 6.2 Change-Id: Ibbe93dffd685ddd2e5f2d01852e006c4c47d9713 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'examples/webenginequick/quicknanobrowser/ApplicationRoot.qml')
-rw-r--r--examples/webenginequick/quicknanobrowser/ApplicationRoot.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/webenginequick/quicknanobrowser/ApplicationRoot.qml b/examples/webenginequick/quicknanobrowser/ApplicationRoot.qml
index 9a40fab15..55c414409 100644
--- a/examples/webenginequick/quicknanobrowser/ApplicationRoot.qml
+++ b/examples/webenginequick/quicknanobrowser/ApplicationRoot.qml
@@ -1,4 +1,4 @@
-// Copyright (C) 2016 The Qt Company Ltd.
+// Copyright (C) 2022 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
import QtQuick