From kde-commits Sun Jan 02 21:58:46 2011 From: Hamish Rodda Date: Sun, 02 Jan 2011 21:58:46 +0000 To: kde-commits Subject: [Phonon/4.1] 2ec460d: Fix the doxygen intepretation of these headers Message-Id: <20110102215846.C18A7A612A () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=129400693213851 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 {