summaryrefslogtreecommitdiffstats
path: root/src/doc/src/external-resources.qdoc
diff options
context:
space:
mode:
authorVille Voutilainen <ville.voutilainen@qt.io>2017-09-04 11:55:21 +0300
committerTarja Sundqvist <tarja.sundqvist@qt.io>2017-09-07 09:25:17 +0000
commit03b3e6fd62ff9e9a80212a313340e0a0c2f0135f (patch)
treee44c5da1f775ace3c5be6c38f1c608d73d07ceae /src/doc/src/external-resources.qdoc
parent43e4b847851afc5d00664a9e88ef825ca9fedd02 (diff)
Add a wifi example
The WiFi tutorial linked to NetworkSettings module and NetworkSettingsManager QML type. Added a section Tutorial and Example Code to a module reference page. It contains a link to WiFi tutorial and provides the Settings UI Git repository as an additional example code for Qt Device Utilities. Task-number: QTBUG-56694 Change-Id: Ib6c6a446fd36530525d521e5d568ec154d58a63d Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
Diffstat (limited to 'src/doc/src/external-resources.qdoc')
-rw-r--r--src/doc/src/external-resources.qdoc11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/doc/src/external-resources.qdoc b/src/doc/src/external-resources.qdoc
index 9914ad3..2edf436 100644
--- a/src/doc/src/external-resources.qdoc
+++ b/src/doc/src/external-resources.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2017 The Qt Company Ltd.
** All rights reserved.
** For any questions to The Qt Company, please use the contact form at
** http://www.qt.io/contact-us
@@ -20,3 +20,12 @@
\title Qt for Device Creation
*/
+/*!
+ \externalpage http://code.qt.io/cgit/qt/qtdeviceutilities.git/
+ \title Device Utilities Git Repository
+*/
+
+/*!
+ \externalpage http://code.qt.io/cgit/qt/qtdeviceutilities.git/tree/src/settingsui
+ \title Settings UI
+*/