Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
4.6.0
-
None
Description
If you look at the documentation for Phonon, it directs you here:
http://doc.trolltech.com/4.4/phonon.html
There is a problem though. Doing #include <Phonon> does not work. The correct file to include is #include <phononnamespace.h>. Last time I checked, it was not possible to tell qdoc what file to include for a namespace or class (it assumes that the name of the namespace/class is the name of the include file).
This cannot be solved just by changing phonon as phonon is a third party library and that brings me to the second, related problem.
syncqt creates include/phonon/phonon but this is not a standard header for phonon. As a consequence, #include <phonon> works only when using a phonon built by Qt but not when phonon comes from the system (as is the case on my SuSE 11 box).
Attachments
Issue Links
- is required for
-
QTBUG-2642 qdoc enhancements for Qt 4.6
- Closed