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:
Dheerendra Purohit 2025-07-15 14:49:52 +05:30 committed by Sze Howe Koh
parent 70d90a925e
commit 16b5a594e6
1 changed files with 1 additions and 0 deletions

View File

@ -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,