From 31beb2498da41b21b718cccc622b5cb8045e97bc Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn <frederik.gladhorn@qt.io> Date: Wed, 15 May 2019 17:20:45 +0200 Subject: [PATCH] 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> --- doc/src/frameworks-technologies/accessible.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/frameworks-technologies/accessible.qdoc b/doc/src/frameworks-technologies/accessible.qdoc index 1fbbd331..e163755b 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 -- GitLab