summaryrefslogtreecommitdiffstats
path: root/mappingtreemodel.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2012-03-03 06:36:22 +0100
committerArno <am@disconnect.de>2012-03-03 06:36:22 +0100
commit5d1e566d275b47fa590fb9e9879b9a1f970fc3ba (patch)
tree5d1f2d6f68de9318f21bb1a6145944b833aa883e /mappingtreemodel.h
parent08861cc269ba6126ec7fa3bfad4f946fb60d3d98 (diff)
downloadSheMov-5d1e566d275b47fa590fb9e9879b9a1f970fc3ba.tar.gz
SheMov-5d1e566d275b47fa590fb9e9879b9a1f970fc3ba.tar.bz2
SheMov-5d1e566d275b47fa590fb9e9879b9a1f970fc3ba.zip
Impement editing of picture mappings
Make it possible to edit picture mappings on archived pictures.
Diffstat (limited to 'mappingtreemodel.h')
-rw-r--r--mappingtreemodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mappingtreemodel.h b/mappingtreemodel.h
index 1c35db9..5e9140a 100644
--- a/mappingtreemodel.h
+++ b/mappingtreemodel.h
@@ -99,6 +99,7 @@ class MappingTreeResultModel : public SmTreeModel {
bool setData(const QModelIndex &index, const QVariant &value, int role);
QModelIndex insertChild(const QVariant &data, int id, SmTreeItem *parent);
QList<int> mappingsIds() const;
+ void clearData();
public slots:
void addItem(const MappingData &data);