Fix path in Accessiblity docs

I'm not sure if this should be here in the first place, but at least
point to a valid location.

Change-Id: I72342fc53ba2ec3fc0a711c62567f63883a23f37
Reviewed-by: Martin Smith <martin.smith@qt.io>
This commit is contained in:
Frederik Gladhorn 2019-05-15 17:20:45 +02:00
parent c9971f1230
commit 31beb2498d
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@
in turn inherits QAccessibleWidget. You do not need to examine the
QAccessibleAbstractSlider class to read this section. If you want
to take a look, the code for all of Qt's accessible interfaces are
found in src/plugins/accessible/widgets. Here is the
found in qtbase/src/widgets/accessible. Here is the
QAccessibleSlider's constructor:
\snippet snippets/accessibilityslidersnippet.cpp 0