diff options
Diffstat (limited to 'doc/man/man3/tqdropevent.3qt')
-rw-r--r-- | doc/man/man3/tqdropevent.3qt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/tqdropevent.3qt b/doc/man/man3/tqdropevent.3qt index b28c6aa5d..86abec601 100644 --- a/doc/man/man3/tqdropevent.3qt +++ b/doc/man/man3/tqdropevent.3qt @@ -93,7 +93,7 @@ The Link and Move actions only makes sense if the data is a reference, for examp .SH "QDropEvent::QDropEvent ( const QPoint & pos, Type typ = Drop )" Constructs a drop event that drops a drop of type \fItyp\fR on point \fIpos\fR. .SH "void QDropEvent::accept ( bool y = TRUE )" -Call this function to indicate whether the event provided data which your widget processed. Set \fIy\fR to TRUE (the default) if your widget could process the data, otherwise set \fIy\fR to FALSE. To get the data, use encodedData(), or preferably, the decode() methods of existing QDragObject subclasses, such as QTextDrag::decode(), or your own subclasses. +Call this function to indicate whether the event provided data which your widget processed. Set \fIy\fR to TRUE (the default) if your widget could process the data, otherwise set \fIy\fR to FALSE. To get the data, use encodedData(), or preferably, the decode() methods of existing QDragObject subclasses, such as TQTextDrag::decode(), or your own subclasses. .PP See also acceptAction(). .PP |