summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qdrag.cpp
diff options
context:
space:
mode:
authorGatis Paeglis <[email protected]>2012-10-16 17:35:14 +0200
committerThe Qt Project <[email protected]>2012-10-17 04:19:10 +0200
commitf2d8b94346fec0d988b87598694b9189b25befc3 (patch)
tree4dceac22e89f9bbad226102f312bcee0825bd7ad /src/gui/kernel/qdrag.cpp
parentf8b6d104b981ef420756c0c20f62b8013d93ae15 (diff)
Add QDrag class to 'draganddrop' group
Change-Id: I0cb96f57486dbda7cb9ca19556515e1b2b4f6c3e Reviewed-by: Jerome Pasion <[email protected]> Reviewed-by: Marc Mutz <[email protected]>
Diffstat (limited to 'src/gui/kernel/qdrag.cpp')
-rw-r--r--src/gui/kernel/qdrag.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/kernel/qdrag.cpp b/src/gui/kernel/qdrag.cpp
index 1c2a6d301bb..ff938015244 100644
--- a/src/gui/kernel/qdrag.cpp
+++ b/src/gui/kernel/qdrag.cpp
@@ -52,6 +52,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QDrag
\inmodule QtGui
+ \ingroup draganddrop
\brief The QDrag class provides support for MIME-based drag and drop data
transfer.