summaryrefslogtreecommitdiffstats
path: root/examples/dbus/doc/src/chat.qdoc
diff options
context:
space:
mode:
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
*/