Fix \since for QDrag::cancel()

This was added in 5.7.0 alpha, not 5.6.

Change-Id: Id8c68eca806274c77e7fa6904f21224fb468c8e4
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
bb10
Florian Bruhin 2017-01-31 21:15:56 +01:00 committed by Florian Bruhin
parent 796517b589
commit 681c15891e
2 changed files with 2 additions and 2 deletions

View File

@ -393,7 +393,7 @@ Qt::DropAction QDrag::defaultAction() const
\note This is currently implemented on Windows and X11.
\since 5.6
\since 5.7
\sa exec()
*/
void QDrag::cancel()

View File

@ -166,7 +166,7 @@ Qt::DropAction QPlatformDrag::defaultAction(Qt::DropActions possibleActions,
The default implementation does nothing.
\since 5.6
\since 5.7
*/
void QPlatformDrag::cancelDrag()