diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-08-22 02:23:54 +0000 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-08-22 02:23:54 +0000 |
| commit | aa5ecfc2ac5c1b9c250159d01f1e83799e88eb45 (patch) | |
| tree | 5aa88612b7102570a6334eead0bb65f0c1032492 /pokebattle/Containment.cpp | |
| parent | c340fbb6635989fc24db6edd9d68544a376bca20 (diff) | |
[FIX] Reworked some inheritence in Pokebattle
[FIX] Classes can now e returned in QVariants
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@243 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokebattle/Containment.cpp')
| -rw-r--r-- | pokebattle/Containment.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pokebattle/Containment.cpp b/pokebattle/Containment.cpp index 48b1d10e..7dd31002 100644 --- a/pokebattle/Containment.cpp +++ b/pokebattle/Containment.cpp @@ -23,11 +23,6 @@ Pokebattle::Containment::Containment(QObject* parent) : { } -const Pokebattle::Player* Pokebattle::Containment::player() -{ - return m_player; -} - QList<Pokebattle::TeamMember*> Pokebattle::Containment::members() const { return m_members; |
