commit 2ec460d9188682058f0f14560cbdadebe8585b4a branch 4.1 Author: Hamish Rodda Date: Thu Mar 23 04:58:42 2006 +0000 Fix the doxygen intepretation of these headers (Doxygen gets confused by template forward declarations) diff --git a/abstractmediaproducer.h b/abstractmediaproducer.h index 0f5ffd9..ffb8608 100644 --- a/abstractmediaproducer.h +++ b/abstractmediaproducer.h @@ -25,8 +25,6 @@ #include #include "basedestructionhandler.h" -template class QList; - namespace Phonon { class VideoPath; diff --git a/audiodataoutput.h b/audiodataoutput.h index 4622679..1196c82 100644 --- a/audiodataoutput.h +++ b/audiodataoutput.h @@ -23,8 +23,10 @@ #include "abstractaudiooutput.h" #include "phonondefs.h" +#ifndef DOXYGEN_SHOULD_SKIP_THIS template class QVector; template class QMap; +#endif namespace Phonon {