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.8 6.9 6.10 Task-number: QTBUG-138456 Change-Id: I4f2af5e43ada043788f841e570df1911351dcdbb Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com>
This commit is contained in:
parent
70d90a925e
commit
16b5a594e6
|
|
@ -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