summaryrefslogtreecommitdiffstats
path: root/src/charts
diff options
context:
space:
mode:
Diffstat (limited to 'src/charts')
-rw-r--r--src/charts/axis/qabstractaxis.cpp2
-rw-r--r--src/charts/boxplotchart/qboxset.cpp5
-rw-r--r--src/charts/qchart.h2
3 files changed, 3 insertions, 6 deletions
diff --git a/src/charts/axis/qabstractaxis.cpp b/src/charts/axis/qabstractaxis.cpp
index bf7d7dfb..c1e55f83 100644
--- a/src/charts/axis/qabstractaxis.cpp
+++ b/src/charts/axis/qabstractaxis.cpp
@@ -370,7 +370,7 @@ QT_CHARTS_BEGIN_NAMESPACE
/*!
\fn void QAbstractAxis::labelsEditableChanged(bool editable)
\since 5.13
- This signal is emitted when the labels editability changes.
+ This signal is emitted when the \a editable state of the label changes.
*/
/*!
diff --git a/src/charts/boxplotchart/qboxset.cpp b/src/charts/boxplotchart/qboxset.cpp
index 7d5f562d..e9771d12 100644
--- a/src/charts/boxplotchart/qboxset.cpp
+++ b/src/charts/boxplotchart/qboxset.cpp
@@ -73,11 +73,6 @@ QT_CHARTS_BEGIN_NAMESPACE
*/
/*!
- \qmlproperty QString BoxSet::brushFilename
- The name of the file used as a brush for the box-and-whiskers item.
-*/
-
-/*!
\fn void QBoxSet::clicked()
This signal is emitted when the user clicks a box-and-whiskers item in the chart.
*/
diff --git a/src/charts/qchart.h b/src/charts/qchart.h
index e287500d..1c233fb2 100644
--- a/src/charts/qchart.h
+++ b/src/charts/qchart.h
@@ -199,6 +199,8 @@ private:
QT_CHARTS_END_NAMESPACE
+#ifndef Q_CLANG_QDOC
Q_DECLARE_OPERATORS_FOR_FLAGS(QT_CHARTS_NAMESPACE::QChart::AnimationOptions)
+#endif
#endif // QCHART_H