From 9e0837bd6ef7f9d5d4c219e2a17fdbde43243aaa Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Mon, 9 Jan 2017 15:28:04 +0100 Subject: 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 --- src/gui/doc/src/dnd.qdoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/gui/doc/src/dnd.qdoc') 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 -- cgit v1.2.3