aboutsummaryrefslogtreecommitdiffstats
path: root/examples/macextras/macpasteboardmime/doc
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2014-04-16 12:43:47 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-16 21:21:16 +0200
commitddbbc1f08c9e267b8d4a447e20034ba53b1a53d0 (patch)
treefd1803174f22ae7d5c923dd2401bd9dd1d76d7d0 /examples/macextras/macpasteboardmime/doc
parentabbb6d3761452d8add4ffd99ba5cb50c51dc7cf7 (diff)
Doc: Improved example documentation.v5.3.0-rc1v5.3.0
-updated copyright year -added instruction for running the example from within Qt Creator (using \include) -added links to relevant pages -qdocconf change needed for \include Task-number: QTBUG-33597 Change-Id: I19ab712d0e74503d618c49633951d1628f822668 Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com>
Diffstat (limited to 'examples/macextras/macpasteboardmime/doc')
-rw-r--r--examples/macextras/macpasteboardmime/doc/src/qtmacextras-example-macpasteboardmime.qdoc6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/macextras/macpasteboardmime/doc/src/qtmacextras-example-macpasteboardmime.qdoc b/examples/macextras/macpasteboardmime/doc/src/qtmacextras-example-macpasteboardmime.qdoc
index 53dfb68..df99169 100644
--- a/examples/macextras/macpasteboardmime/doc/src/qtmacextras-example-macpasteboardmime.qdoc
+++ b/examples/macextras/macpasteboardmime/doc/src/qtmacextras-example-macpasteboardmime.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.
@@ -37,4 +37,8 @@
The example creates a widget that accepts drag & drop events, and
reads contents of dropped business cards in vCard format.
+
+ \include examples-run.qdocinc
+
+ \sa {Qt for Mac OS X}, {Qt Mac Extras}
*/