diff options
author | Gareth Stockwell <gareth.stockwell@sosco.com> | 2009-08-27 12:27:15 (GMT) |
---|---|---|
committer | Gareth Stockwell <gareth.stockwell@sosco.com> | 2009-08-28 12:30:26 (GMT) |
commit | 559ef5cafeb39766a7481a37168e37e9cb315bb5 (patch) | |
tree | e5faeeb9cf901c054b659ea217095639bf2baeba /src/3rdparty/phonon/mmf/dummyplayer.h | |
parent | 104b5dc3b96f2d9d7fbae79ca1fcd303f3828d86 (diff) | |
download | Qt-559ef5cafeb39766a7481a37168e37e9cb315bb5.zip Qt-559ef5cafeb39766a7481a37168e37e9cb315bb5.tar.gz Qt-559ef5cafeb39766a7481a37168e37e9cb315bb5.tar.bz2 |
Wrapped code using QT_BEGIN/END_NAMESPACE macros
Diffstat (limited to 'src/3rdparty/phonon/mmf/dummyplayer.h')
-rw-r--r-- | src/3rdparty/phonon/mmf/dummyplayer.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/3rdparty/phonon/mmf/dummyplayer.h b/src/3rdparty/phonon/mmf/dummyplayer.h index 5846d88..12e3bd8 100644 --- a/src/3rdparty/phonon/mmf/dummyplayer.h +++ b/src/3rdparty/phonon/mmf/dummyplayer.h @@ -21,6 +21,8 @@ along with this library. If not, see <http://www.gnu.org/licenses/>. #include "abstractplayer.h" +QT_BEGIN_NAMESPACE + namespace Phonon { namespace MMF @@ -70,4 +72,6 @@ namespace Phonon } } +QT_END_NAMESPACE + #endif |