summaryrefslogtreecommitdiffstats
path: root/src/charts/axis/qabstractaxis.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/charts/axis/qabstractaxis.cpp')
-rw-r--r--src/charts/axis/qabstractaxis.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charts/axis/qabstractaxis.cpp b/src/charts/axis/qabstractaxis.cpp
index ed246536..f9d211ca 100644
--- a/src/charts/axis/qabstractaxis.cpp
+++ b/src/charts/axis/qabstractaxis.cpp
@@ -107,7 +107,7 @@ QT_CHARTS_BEGIN_NAMESPACE
\brief This property holds whether the labels of the axis are editable or not.
When the labels set to editable the user will be able to change the range of the
axis conveniently by editing any of the labels. This feature is only implemented
- for the QValueAxis.
+ for the QValueAxis and the QDateTimeAxis.
By default, the value is \c false.
*/