From e5c02b2579f53b50120ba19b7d041818e915be28 Mon Sep 17 00:00:00 2001 From: Alexey Safronov Date: Sun, 21 Jan 2018 21:04:29 +0300 Subject: [PATCH] Doc: fix wrong link to the example snippet in QApplication class Change-Id: Ib9a1b107dd8d2cd4bf541c3edf19a602fde6356f Reviewed-by: Cristian Maureira-Fredes Reviewed-by: Martin Smith Reviewed-by: Paul Wicking --- src/widgets/kernel/qapplication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/kernel/qapplication.cpp b/src/widgets/kernel/qapplication.cpp index 943aeaa2d9..0a12d1f6cf 100644 --- a/src/widgets/kernel/qapplication.cpp +++ b/src/widgets/kernel/qapplication.cpp @@ -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.