summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2020-08-29 07:11:10 +0200
committerPaul Wicking <paul.wicking@qt.io>2020-09-01 06:13:09 +0200
commit03887ab8a3fb81fb7059ad1d9e3d9cac224e53e7 (patch)
tree8ed186448623ab66cabf13d44832c32d0f36faa3 /src/gui/kernel
parente596f15a4576999f91dd18c31a29ac1eaac581d0 (diff)
Doc: Compile droparea snippet
droparea.h has been removed. Remove all code that depends on that header except the one snippet that is still used. Add minimal code to allow the snippet to be compiled. Done-with: Nico Vertriest <nico.vertriest@qt.io> Task-number: QTBUG-81486 Change-Id: I58c80d3527c82389ccff97567f4c75c33aec0f5e Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/gui/kernel')
-rw-r--r--src/gui/kernel/qclipboard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qclipboard.cpp b/src/gui/kernel/qclipboard.cpp
index d51c356970..5e93fe8061 100644
--- a/src/gui/kernel/qclipboard.cpp
+++ b/src/gui/kernel/qclipboard.cpp
@@ -83,7 +83,7 @@ QT_BEGIN_NAMESPACE
A typical example of the use of these functions follows:
- \snippet droparea.cpp 0
+ \snippet droparea/droparea.cpp 0
\section1 Notes for X11 Users