summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@qt.io>2019-05-15 17:20:45 +0200
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2019-05-15 18:33:56 +0000
commit31beb2498da41b21b718cccc622b5cb8045e97bc (patch)
tree463cbd1b147bad1a88c2eddd92fc14223ccf0a5a
parentc9971f12302e9fafe9546965e5c783694551f17b (diff)
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>
-rw-r--r--doc/src/frameworks-technologies/accessible.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/frameworks-technologies/accessible.qdoc b/doc/src/frameworks-technologies/accessible.qdoc
index 1fbbd3319..e163755bc 100644
--- a/doc/src/frameworks-technologies/accessible.qdoc
+++ b/doc/src/frameworks-technologies/accessible.qdoc
@@ -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