diff options
Diffstat (limited to 'pokemodr/models/BaseObjectModel.h')
| -rw-r--r-- | pokemodr/models/BaseObjectModel.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pokemodr/models/BaseObjectModel.h b/pokemodr/models/BaseObjectModel.h index 2c5aaa82..f18ce8a4 100644 --- a/pokemodr/models/BaseObjectModel.h +++ b/pokemodr/models/BaseObjectModel.h @@ -35,12 +35,6 @@ class BaseObjectModel : public BaseModel virtual BaseModel* childItem(const int row) = 0; - virtual bool canInsertRows() const = 0; - virtual bool insertRows(const int rows) = 0; - - virtual bool canRemoveRows() const = 0; - virtual bool removeRows(const int position, const int rows) = 0; - Qt::DropActions supportedDragActions(); Qt::DropActions supportedDropActions(); |
