mirror of https://github.com/qt/qtgraphs.git
Fix extra asterisks in documentation
Scatter3DNode is not a part of Qt before 6.10, hence 2 separate commits with different pick targets. Fixes: QTBUG-138797 Pick-to: 6.10 Change-Id: Iaed5d38c81847ce9f75d21fb7b492d2cc8a972f6 Reviewed-by: Sami Varanka <sami.varanka@qt.io>
This commit is contained in:
parent
fee3df178a
commit
1367d26953
|
|
@ -90,25 +90,25 @@ QT_BEGIN_NAMESPACE
|
|||
* \qmlsignal Scatter3DNode::axisXChanged(ValueAxis3D axis)
|
||||
*
|
||||
* This signal is emitted when axisX changes to \a axis.
|
||||
*/
|
||||
*/
|
||||
|
||||
/*!
|
||||
* \qmlsignal Scatter3DNode::axisYChanged(ValueAxis3D axis)
|
||||
*
|
||||
* This signal is emitted when axisY changes to \a axis.
|
||||
*/
|
||||
*/
|
||||
|
||||
/*!
|
||||
* \qmlsignal Scatter3DNode::axisZChanged(ValueAxis3D axis)
|
||||
*
|
||||
* This signal is emitted when axisZ changes to \a axis.
|
||||
*/
|
||||
*/
|
||||
|
||||
/*!
|
||||
* \qmlsignal Scatter3DNode::selectedSeriesChanged(Scatter3DSeries series)
|
||||
*
|
||||
* This signal is emitted when selectedSeries changes to \a series.
|
||||
*/
|
||||
*/
|
||||
|
||||
QQuickGraphsScatterNode::QQuickGraphsScatterNode(QQuick3DNode *parent)
|
||||
: QQuickGraphsNode(parent)
|
||||
|
|
|
|||
Loading…
Reference in New Issue