Doc: fix wrong link to the example snippet in QApplication class

Change-Id: Ib9a1b107dd8d2cd4bf541c3edf19a602fde6356f
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Reviewed-by: Martin Smith <martin.smith@qt.io>
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
bb10
Alexey Safronov 2018-01-21 21:04:29 +03:00 committed by Thiago Macieira
parent ab1e507574
commit e5c02b2579
1 changed files with 1 additions and 1 deletions

View File

@ -2868,7 +2868,7 @@ void QApplication::setStartDragDistance(int l)
and the current position (e.g. in the mouse move event) is \c currentPos,
you can find out if a drag should be started with code like this:
\snippet code/src_gui_kernel_qapplication.cpp 6
\snippet code/src_gui_kernel_qapplication.cpp 7
Qt uses this value internally, e.g. in QFileDialog.