summaryrefslogtreecommitdiffstats
path: root/src/charts/qchart.cpp
diff options
context:
space:
mode:
authorNicholas Bennett <nicholas.bennett@qt.io>2023-06-16 14:45:59 +0300
committerNicholas Bennett <nicholas.bennett@qt.io>2023-06-17 07:02:32 +0300
commit83b2c1f09efecc127eabfb4923e34d93437a2758 (patch)
tree40df67229b0dd541eb6f48b28e15a42f04532636 /src/charts/qchart.cpp
parent6d9fcd75320909c55128b76eaf9e1cb7acf45705 (diff)
Docs: Fix Charts API Docs Broken Links
Removed some links, mostly pointed to the new collated examples. Fixes: QTBUG-114221 Pick-to: 6.5 6.5.2 6.6 Change-Id: Idac312fb819e7a3bbb0fb2aced7f56f5f90db1c1 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/charts/qchart.cpp')
-rw-r--r--src/charts/qchart.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charts/qchart.cpp b/src/charts/qchart.cpp
index 2d125fa5..afb98d08 100644
--- a/src/charts/qchart.cpp
+++ b/src/charts/qchart.cpp
@@ -23,7 +23,7 @@ QT_BEGIN_NAMESPACE
A theme is a built-in collection of UI style related settings applied to all
the visual elements of a chart, such as colors, pens, brushes, and fonts of
- series, as well as axes, title, and legend. The \l {Chart themes example}
+ series, as well as axes, title, and legend. The \l {Charts with Widgets Gallery}
illustrates how to use themes.
\note Changing the theme will overwrite all customizations previously applied