diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-05-25 21:17:56 +0000 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-05-25 21:17:56 +0000 |
| commit | 7e3bf1853184f96eb5be47dd78ebe21fdc170a01 (patch) | |
| tree | 7c937aa87fa165fc62bb49d71983e1512f2371c2 /pokemodr/models/PokemodModel.cpp | |
| parent | dec252e25fc63fe1bb321dd87772181fc76e998f (diff) | |
| download | sigen-7e3bf1853184f96eb5be47dd78ebe21fdc170a01.tar.gz sigen-7e3bf1853184f96eb5be47dd78ebe21fdc170a01.tar.xz sigen-7e3bf1853184f96eb5be47dd78ebe21fdc170a01.zip | |
[ADD] More documentation
[FIX] Cleaned out some code from the models
[FIX] Matrix should now work a lot better now
[FIX] Opening/Saving/Closing PokéMods should be much cleaner now
[FIX] currentPokemod code is now in the tree class
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@173 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemodr/models/PokemodModel.cpp')
| -rw-r--r-- | pokemodr/models/PokemodModel.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/pokemodr/models/PokemodModel.cpp b/pokemodr/models/PokemodModel.cpp index 01c9cf5a..6daa6c6b 100644 --- a/pokemodr/models/PokemodModel.cpp +++ b/pokemodr/models/PokemodModel.cpp @@ -101,16 +101,6 @@ bool PokemodModel::setData(const QVariant& value, int role) return false; } -bool PokemodModel::insertRows(const int /*rows*/) -{ - return false; -} - -bool PokemodModel::removeRows(const int /*position*/, const int /*rows*/) -{ - return false; -} - void PokemodModel::setupData() { m_objects.append(new RulesModel(this, static_cast<Pokemod*>(m_object)->rules())); |
