-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
5.2.0
-
None
The QGeoPositionInfoSource class has the following two members:
- Error QGeoPositionInfoSource::error() const
- void QGeoPositionInfoSource::error(Error e)
The first symbol is a function and the second symbol is a signal. As part of https://codereview.qt-project.org/#change,69537 I was forced to write documentation that refers/links to the signal.
Unforuntately \l{error()} refers to the function only. Even directly referring to the error() signals html link target (qgeopositioninfosource.html#error-2) does not work.
Ideally qdoc should provide the means to disambiguate the two function or at least permit a reference to #error-2.
- relates to
-
QTBUG-34439 Make \keyword and \target work from within function descriptions
-
- Closed
-