diff --git a/ui/qt/widgets/qcustomplot.h b/ui/qt/widgets/qcustomplot.h index 5ac2221ec7..4448f158f7 100644 --- a/ui/qt/widgets/qcustomplot.h +++ b/ui/qt/widgets/qcustomplot.h @@ -6255,8 +6255,8 @@ Q_DECLARE_TYPEINFO(QCPErrorBarsData, Q_PRIMITIVE_TYPE); /*! \typedef QCPErrorBarsDataContainer - Container for storing \ref QCPErrorBarsData points. It is a typedef for QVector<\ref - QCPErrorBarsData>. + Container for storing \ref QCPErrorBarsData points. It is a typedef for + QVector. This is the container in which \ref QCPErrorBars holds its data. Unlike most other data containers for plottables, it is not based on \ref QCPDataContainer. This is because the error