Qt 5.10 Version bug in QTableWidget?
- 
Hi, The documentation tells me that QTableWidget::indexFromItem(...) is a public function. 
 But the Qt 5.10 source code makes it a protected function on Qt versions lesser than Qt 6.
 I wonder if I should open a ticket.Best regards, 
 Megamouse
- 
Hi, It's a documentation bug. You should check the bug report system to see if there's already something about it. If not then, yes, please open a ticket. 
- 
Hi, It's a documentation bug. You should check the bug report system to see if there's already something about it. If not then, yes, please open a ticket. @SGaist said in Qt 5.10 Version bug in QTableWidget?: Hi, It's a documentation bug. You should check the bug report system to see if there's already something about it. If not then, yes, please open a ticket. ... and add a link to the ticket here (whether it existed or you created a new one). Thanks! 
- 
Looks like a bug in the parser - the function is public in Qt6. 
- 
This is the ticket. If you have a suggestion, please feel free to comment. I couldn't find a ticket for anything related. 
 https://bugreports.qt.io/browse/QTBUG-68005
 

