summaryrefslogtreecommitdiffstats
path: root/examples/dbus/doc/src/chat.qdoc
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2014-05-23 17:35:10 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-28 16:52:04 +0200
commit3e38944118a0195620a6c4bff591155cdd560b63 (patch)
tree8927cd1813db7a4f6a9effaf6463634c9ea2aa1c /examples/dbus/doc/src/chat.qdoc
parent530607d8ba0dac8d91d20ec0e62d3129cb21e225 (diff)
doc: Updated Qt D-Bus Examples.
-transferred group page from qtdoc repository -added description in example pages -set the example documentation to use the standard Qt thumbnail -added an entry in the help index for the example page Change-Id: I9d5747bc329b5ecc15acd2eb3139696931166c6f Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'examples/dbus/doc/src/chat.qdoc')
-rw-r--r--examples/dbus/doc/src/chat.qdoc12
1 files changed, 11 insertions, 1 deletions
diff --git a/examples/dbus/doc/src/chat.qdoc b/examples/dbus/doc/src/chat.qdoc
index 45b1260140..daf3eccc9a 100644
--- a/examples/dbus/doc/src/chat.qdoc
+++ b/examples/dbus/doc/src/chat.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.
@@ -28,4 +28,14 @@
/*!
\example chat
\title D-Bus Chat Example
+ \ingroup examples-dbus
+ \brief Demonstrates communication among instances of an application.
+
+ \e Chat is a \l{Qt D-Bus} example which demonstrates a simple chat system
+ among instances of an application. Users connect and send message to
+ each other.
+
+ \image dbus-chat-example.png
+
+ \include examples-run.qdocinc
*/