summaryrefslogtreecommitdiffstats
path: root/src/gui/doc
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2017-01-09 15:28:04 +0100
committerNico Vertriest <nico.vertriest@theqtcompany.com>2017-01-09 15:30:03 +0000
commit9e0837bd6ef7f9d5d4c219e2a17fdbde43243aaa (patch)
tree0840ea938b37ed7662264cae37def11e9bea12b5 /src/gui/doc
parent389165dd25a30a0ff9ea368555ecb84d40ceacfa (diff)
Doc: removed reference to non-existing snippet
Command \snippet (//! [3])' failed at end of file ../widgets/widgets/charactermap/mainwindow.cpp Change-Id: Ib095053bd4ff3901d7a9cd91aae3d83ec5f60807 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'src/gui/doc')
-rw-r--r--src/gui/doc/src/dnd.qdoc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gui/doc/src/dnd.qdoc b/src/gui/doc/src/dnd.qdoc
index 03b3cbfa24..945c485705 100644
--- a/src/gui/doc/src/dnd.qdoc
+++ b/src/gui/doc/src/dnd.qdoc
@@ -343,9 +343,7 @@
Applications can also communicate with each other by putting data on
the clipboard. To access this, you need to obtain a QClipboard object
- from the QApplication object:
-
- \snippet ../widgets/widgets/charactermap/mainwindow.cpp 3
+ from the QApplication object.
The QMimeData class is used to represent data that is transferred to and
from the clipboard. To put data on the clipboard, you can use the