Doc: Fix typo in qdoc command

Fixes: QTBUG-81676
Change-Id: Ibe7f73e1fc529411ca92d7bdbb2ad8824cb97a62
Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Paul Wicking 2020-01-27 06:37:06 +01:00
parent 86efcb0bea
commit 0b6024b853
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ QBar3DSeries *Q3DBars::primarySeries() const
* to the axes. If the newly added series has specified a selected bar, it will be highlighted and
* any existing selection will be cleared. Only one added series can have an active selection.
*
* /sa seriesList(), primarySeries
* \sa seriesList(), primarySeries
*/
void Q3DBars::addSeries(QBar3DSeries *series)
{