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/SpriteWrapper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pokescripting/SpriteWrapper.h') diff --git a/pokescripting/SpriteWrapper.h b/pokescripting/SpriteWrapper.h index cae7ae1f..77db2e47 100644 --- a/pokescripting/SpriteWrapper.h +++ b/pokescripting/SpriteWrapper.h @@ -34,7 +34,7 @@ class POKESCRIPTING_EXPORT SpriteWrapper : public ObjectWrapper static SpriteWrapper* create(const Pokemod::Sprite* sprite, PokemodWrapper* parent); Q_SCRIPTABLE QString name() const; - Q_SCRIPTABLE QPixmap sprite() const; + Q_SCRIPTABLE QImage sprite() const; private: SpriteWrapper(const Pokemod::Sprite* sprite, PokemodWrapper* parent); SpriteWrapper& operator=(const SpriteWrapper& rhs); -- cgit