mirror of https://github.com/qt/qtgraphs.git
Doc: Make QAbstractSeries::graph() as \internal to hide private type
The QAbstractseries::graph() function returned a private type
QGraphView which was mistakenly exposed in public documentation.
Added \internal to the doc comment to hide the function from public
API docs. Fixes the documentation leak of the private class.
Pick-to: 6.9 6.8
Task-number: QTBUG-138456
Change-Id: I4f2af5e43ada043788f841e570df1911351dcdbb
Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com>
(cherry picked from commit 16b5a594e6)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
36c3af8810
commit
b00358a33d
|
|
@ -545,6 +545,7 @@ void QAbstractSeries::setZValue(int newDrawOrder)
|
|||
}
|
||||
|
||||
/*!
|
||||
\internal
|
||||
Returns the graph that the series belongs to.
|
||||
|
||||
Set automatically when the series is added to the graph,
|
||||
|
|
|
|||
Loading…
Reference in New Issue