summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2014-05-23 17:31:30 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-26 13:06:37 +0200
commitd367222797110a46386412d26332e0c8e4b9450a (patch)
treec7f6079b829ae0a51bd318fab588f2bdad270365
parent6273302fcf51ae35db03c7342d064bc0882c509b (diff)
downloadqtdoc-d367222797110a46386412d26332e0c8e4b9450a.tar.gz
doc: Updated link to "Qt D-Bus Examples"
-deleted page from qtdoc and transferred it to the Qt D-Bus sources -updated link with the new title Change-Id: Ief9a32f02b332f568352a8e095497e2e417b8f97 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
-rw-r--r--doc/src/examples.qdoc2
-rw-r--r--doc/src/getting-started/examples.qdoc19
2 files changed, 2 insertions, 19 deletions
diff --git a/doc/src/examples.qdoc b/doc/src/examples.qdoc
index 39c9fca9..763a1c28 100644
--- a/doc/src/examples.qdoc
+++ b/doc/src/examples.qdoc
@@ -148,7 +148,7 @@
\list
\li \l{Threading Basics}
\li \l{Threading and Concurrent Programming Examples}
- \li \l{D-Bus Examples}
+ \li \l{Qt D-Bus Examples}
\li \l{IPC Examples}{Inter-Process Communication (IPC) Examples}
\endlist
\enddiv
diff --git a/doc/src/getting-started/examples.qdoc b/doc/src/getting-started/examples.qdoc
index 57fecb7f..52878139 100644
--- a/doc/src/getting-started/examples.qdoc
+++ b/doc/src/getting-started/examples.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the documentation of the Qt Toolkit.
@@ -294,23 +294,6 @@
*/
/*!
- \page examples-dbus.html
- \title D-Bus Examples
- \brief Using D-Bus from Qt applications.
- \ingroup all-examples
-
- \list
- \li \l{dbus/dbus-chat}{Chat}
- \li \l{dbus/complexpingpong}{Complex Ping Pong}
- \li \l{dbus/listnames}{List Names}
- \li \l{dbus/pingpong}{Ping Pong}
- \li \l{dbus/remotecontrolledcar}{Remote Controlled Car}
- \endlist
-
- Examples marked with an asterisk (*) are fully documented.
-*/
-
-/*!
\page examples-activeqt.html
\title ActiveQt Examples
\brief Using ActiveX from Qt applications.