summaryrefslogtreecommitdiffstats
path: root/src/datavisualization
diff options
context:
space:
mode:
Diffstat (limited to 'src/datavisualization')
-rw-r--r--src/datavisualization/doc/src/qtdatavisualization-index.qdoc2
-rw-r--r--src/datavisualization/theme/q3dtheme.cpp6
2 files changed, 4 insertions, 4 deletions
diff --git a/src/datavisualization/doc/src/qtdatavisualization-index.qdoc b/src/datavisualization/doc/src/qtdatavisualization-index.qdoc
index af659148..c37d98a4 100644
--- a/src/datavisualization/doc/src/qtdatavisualization-index.qdoc
+++ b/src/datavisualization/doc/src/qtdatavisualization-index.qdoc
@@ -34,7 +34,7 @@
\li Customizable axes for data - control viewable data window with axis ranges
\li Customizable input handling
\li Customizable scene handling - full control of viewports
- (upcoming feature - not supported in technology preview)
+ (upcoming feature - not fully supported in alpha)
\li Customizable themes
\endlist
diff --git a/src/datavisualization/theme/q3dtheme.cpp b/src/datavisualization/theme/q3dtheme.cpp
index 8db30ec6..3d85b9fa 100644
--- a/src/datavisualization/theme/q3dtheme.cpp
+++ b/src/datavisualization/theme/q3dtheme.cpp
@@ -111,7 +111,7 @@ QT_DATAVISUALIZATION_BEGIN_NAMESPACE
* \row
* \li lightColor
* \li The color of the specular light. Doesn't affect ambient light. \note Not yet supported
- * in technology preview.
+ * in alpha release.
* \li Qt::white
* \row
* \li lightStrength
@@ -293,7 +293,7 @@ QT_DATAVISUALIZATION_BEGIN_NAMESPACE
*
* Color for the specular light defined in Scene3D.
*
- * \warning Not supported in technology preview.
+ * \warning Not supported in alpha release.
*/
/*!
@@ -590,7 +590,7 @@ QColor Q3DTheme::multiHighlightColor() const
*
* Color for the specular light defined in Q3DScene.
*
- * \warning Not supported in technology preview.
+ * \warning Not supported in alpha release.
*/
void Q3DTheme::setLightColor(const QColor &color)
{