From 1fe11fc794783370d8a03a93979b27508278b113 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Wed, 27 Aug 2008 04:26:53 +0000 Subject: [FIX] Fixed method in SoundWrapper to be more accurate [FIX] QImage is now used internally instead of QPixmap [FIX] Template specialization moved to header file for Object (makes MinGW happy) git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@246 6ecfd1a5-f3ed-3746-8530-beee90d26b22 --- pokescripting/SoundWrapper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pokescripting/SoundWrapper.cpp') diff --git a/pokescripting/SoundWrapper.cpp b/pokescripting/SoundWrapper.cpp index 7754048d..ebecdfc2 100644 --- a/pokescripting/SoundWrapper.cpp +++ b/pokescripting/SoundWrapper.cpp @@ -60,7 +60,7 @@ Pokemod::Sound::Type Pokescripting::SoundWrapper::type() const return m_sound->type(); } -Phonon::MediaObject* Pokescripting::SoundWrapper::data() +Phonon::MediaObject* Pokescripting::SoundWrapper::audio() { Phonon::MediaObject* media = new Phonon::MediaObject(this); QBuffer* buffer = new QBuffer(media); -- cgit