From 3b0ab3f12fe49e81d590b41254ece4f18c83bd1a Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Wed, 27 Jun 2018 13:20:48 +0200 Subject: Doc: Rename C++ module from 'Qt Charts' to 'QtCharts' This is the convention for documentating Qt C++ modules. It has no effect on the user-visible output except for the html file name, while avoiding certain problem for external tools such as PySide/Shiboken. Change-Id: Ibaec4f8a05ef34bf8a8aff2c9695f859f24858db Reviewed-by: Venugopal Shivashankar --- src/charts/barchart/qbarset.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/charts/barchart/qbarset.cpp') diff --git a/src/charts/barchart/qbarset.cpp b/src/charts/barchart/qbarset.cpp index c7927899..8cd25547 100644 --- a/src/charts/barchart/qbarset.cpp +++ b/src/charts/barchart/qbarset.cpp @@ -36,7 +36,7 @@ QT_CHARTS_BEGIN_NAMESPACE /*! \class QBarSet - \inmodule Qt Charts + \inmodule QtCharts \brief The QBarSet class represents one set of bars in a bar chart. A bar set contains one data value for each category. The first value of a set is assumed to -- cgit v1.2.3