Doc: Fix some more links

Change-Id: I94c853532cd3ed9bf18e6d471f99560e04131fdf
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
Christian Stenger 2012-12-05 13:46:03 +01:00 committed by The Qt Project
parent 18033c075c
commit 4519d810d1
2 changed files with 3 additions and 2 deletions
examples/widgets/doc/src
src/corelib/doc

View File

@ -176,7 +176,7 @@
handler, where drag and drop operations begin:
\snippet draganddrop/fridgemagnets/dragwidget.cpp 13
\snippet examples/draganddrop/fridgemagnets/dragwidget.cpp 14
\snippet draganddrop/fridgemagnets/dragwidget.cpp 14
Mouse events occur when a mouse button is pressed or released
inside a widget, or when the mouse cursor is moved. By

View File

@ -35,6 +35,7 @@ sourcedirs += ..
exampledirs += \
../ \
snippets \
../../../examples/threads
../../../examples/threads \
../../../examples/widgets
imagedirs += images