Qt documentation missing a method
-
In Qt docs,
QTableView
misses mentioning in Reimplemented Public Functions section that it does implement & override the inherited pure virtualQAbstractItemView::scrollTo()
method. This is the case in both Qt5 & Qt6 docs. Other derived classes (e.g.QListView
,QTreeView
) do show they reimplement this method.-
Does anyone other than me care about this? :)
-
If you want me to report this over at https://bugreports.qt.io, what Project category am I supposed to pick for missing documentation, to my surprise there doesn't seem to be any category for these?
-
-
-
Thanks Christian :)
For the future, on https://bugreports.qt.io is there supposed to be a category/what's the best to use for doc errors? Or are they not to be reported there? -
Create a bug report :)
-
@JonB said in Qt documentation missing a method:
For the future, on https://bugreports.qt.io is there supposed to be a category/what's the best to use for doc errors? Or are they not to be reported there?
Project is
Qt
, type isBug
, component isDocumentation
.