summaryrefslogtreecommitdiffstats
path: root/examples/dbus/doc/src/chat.qdoc
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2014-06-07 00:40:44 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-06-07 00:40:44 +0200
commitd9a7ad80f78e7346d6f4dbae2cabe31305d6458f (patch)
tree26a410780b94c553051b8898d5abaf37a909691b /examples/dbus/doc/src/chat.qdoc
parentd707acfc9e357ffc86feb5d9219372c30c5ff157 (diff)
parent0fcce50af009f97efa2a5c5f2c74415c92830962 (diff)
Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/staging/dev
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
*/