summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf/objectdump.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix for compile error in Phonon MMF backendGareth Stockwell2009-11-191-12/+10
| | | | | | | | | | | | | | | | This was introduced by d0b0b525de. The use of QT_NO_DEBUG macros causes release-armv5 builds to fail when the -release option is passed to configure. This change causes the debugging code (ObjectDump and related classes) to be included in release builds, although these functions are not executed. This is a temporary fix; task QTBUG-6012 has been created for re-removing this code from release builds. Reviewed-by: Frans Englich
* Replace mmfphonondebug.lib with #ifndef QT_NO_DEBUG.Frans Englich2009-11-091-0/+166
| | | | | | | | | | | | | | | The debug{} directive in src/plugins/phonon/mmf/plugin/plugin.pro does not have any effect - this can be seen by looking at the generated MMP file, which has a STATICLIBRARY directive which is applied in both UDEB and UREL builds. This is the general problem that .pro files cannot tell distinction between the different targets that one makespec covers. Also remove objectdumpstub; objectdump was originally prepared for QtGui inclusion, but since that never happened, no other platforms than Symbian needs to be covered. Task-number: QTBUG-5466 Reviewed-by: Gareth Stockwell
* Refactored object tree dumping framework into a separate DLLGareth Stockwell2009-09-071-164/+0
|
* Added visitor-based object tree dumping framework, which dumps details of ↵Gareth Stockwell2009-09-071-0/+164
Symbian control / window associated with each widget