summaryrefslogtreecommitdiffstats
path: root/pokemodr/models/SpeciesEvolutionModel.h
diff options
context:
space:
mode:
Diffstat (limited to 'pokemodr/models/SpeciesEvolutionModel.h')
-rw-r--r--pokemodr/models/SpeciesEvolutionModel.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/pokemodr/models/SpeciesEvolutionModel.h b/pokemodr/models/SpeciesEvolutionModel.h
index 47b99805..ea66d402 100644
--- a/pokemodr/models/SpeciesEvolutionModel.h
+++ b/pokemodr/models/SpeciesEvolutionModel.h
@@ -19,7 +19,7 @@
#define __POKEMODR_SPECIESEVOLUTIONMODEL__
// Model includes
-#include "BaseModel.h"
+#include "ObjectModel.h"
// Forward declarations
class SpeciesEvolution;
@@ -33,8 +33,6 @@ class SpeciesEvolutionModel : public ObjectModel
QVariant data(int role = Qt::DisplayRole) const;
bool setData(const QVariant& value, int role = Qt::EditRole);
-
- int indexNumber() const;
};
#endif