From 807071d35159de0660f9df31c48d5bf895ca3622 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sun, 27 Apr 2008 15:15:17 +0000 Subject: [FIX] Pokemod objects now know about parents [FIX] Project includes are now relative [FIX] Headers included for better detection of invalid headers [FIX] Validation code commented out so it can be done better git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@111 6ecfd1a5-f3ed-3746-8530-beee90d26b22 --- pokemodr/models/RootModel.cpp | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'pokemodr/models/RootModel.cpp') diff --git a/pokemodr/models/RootModel.cpp b/pokemodr/models/RootModel.cpp index 2e04b3d7..7413ece5 100644 --- a/pokemodr/models/RootModel.cpp +++ b/pokemodr/models/RootModel.cpp @@ -15,14 +15,17 @@ * with this program. If not, see . */ -// Pokemod includes -#include +// Header include +#include "RootModel.h" // Model includes #include "PokemodModel.h" -// Header include -#include "RootModel.h" +// Pokemod includes +#include "../../pokemod/Pokemod.h" + +// Test code includes +#include RootModel::RootModel(const QList& pokemods) : BaseModel(NULL, NULL, "") -- cgit