Details
-
Bug
-
Resolution: Invalid
-
P3: Somewhat important
-
None
-
None
Description
See:
http://doc.trolltech.com/4.2/qwidget.html#hasMouse
Some functions are not links:
- bool QWidget::hasMouse () const
"Use testAttribute(Qt::WA_UnderMouse) instead." is missing link "testAttribute".
- void QWidget::setShown ( bool shown ) [slot]
"Use setVisible(shown) instead." is missing link "setVisible".
- a lot of others like unsetPalette (), unsetFont (), ..
This is also a problem in the porting documentation.
Attachments
Issue Links
- is required for
-
QTBUG-2642 qdoc enhancements for Qt 4.6
- Closed