summaryrefslogtreecommitdiffstats
path: root/pokemodr/models/RulesModel.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-04-24 20:21:59 +0000
committerBen Boeckel <MathStuf@gmail.com>2008-04-24 20:21:59 +0000
commit446fcd9248d4cef74e905c485ef767a94a8463ec (patch)
tree66fa3e7a0536303395bd5b88abb6e1b2cacc8383 /pokemodr/models/RulesModel.cpp
parentd7b6b0627a7d5e0875a263bf9501506a3d8da450 (diff)
downloadsigen-446fcd9248d4cef74e905c485ef767a94a8463ec.tar.gz
sigen-446fcd9248d4cef74e905c485ef767a94a8463ec.tar.xz
sigen-446fcd9248d4cef74e905c485ef767a94a8463ec.zip
[ADD] More model classes
[FIX] Minor things within the models git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@106 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemodr/models/RulesModel.cpp')
-rw-r--r--pokemodr/models/RulesModel.cpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/pokemodr/models/RulesModel.cpp b/pokemodr/models/RulesModel.cpp
index c7087c6c..899aaf9d 100644
--- a/pokemodr/models/RulesModel.cpp
+++ b/pokemodr/models/RulesModel.cpp
@@ -19,6 +19,12 @@
#include <QDomDocument>
#include <QFile>
+// Pokemod includes
+#include <Rules.h>
+
+// PokeModr includes
+#include "RulesUI.h"
+
// Header include
#include "RulesModel.h"
@@ -81,7 +87,7 @@ bool RulesModel::setData(const QVariant& value, int role)
return false;
}
-BaseModel* RulesModel::childItem(const int row)
+BaseModel* RulesModel::childItem(const int /*row*/)
{
return NULL;
}