From b99070118a3cedc4fcc7514ba95fce2646d649c4 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 18 Aug 2008 23:40:50 +0000 Subject: [FIX] TeamMember now allows shadowing of values [FIX] TeamMember no longer uses pokemod internally (all is accessed through wrappers) [FIX] Status now has the script split between Battle and World [FIX] Script classes now able to be passed via QVariant git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@241 6ecfd1a5-f3ed-3746-8530-beee90d26b22 --- pokescripting/ItemWrapper.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pokescripting/ItemWrapper.h') diff --git a/pokescripting/ItemWrapper.h b/pokescripting/ItemWrapper.h index c650ff9b..1550c2f9 100644 --- a/pokescripting/ItemWrapper.h +++ b/pokescripting/ItemWrapper.h @@ -49,5 +49,6 @@ class POKESCRIPTING_EXPORT ItemWrapper : public ObjectWrapper const Pokemod::Item* m_item; }; } +Q_DECLARE_METATYPE(Pokescripting::ItemWrapper*) #endif -- cgit