summaryrefslogtreecommitdiffstats
path: root/mappingtreewidget.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2016-03-30 06:07:22 +0200
committerArno <arno@disconnect.de>2016-03-30 06:07:22 +0200
commit2e4e94a52824d2f85af739644461fdc184aed93d (patch)
tree1a76defe963bd3fe11df836d45f9523257ed5599 /mappingtreewidget.h
parent9f6d01e50f1f1d31e59fc407c852e4c69090d3b0 (diff)
downloadSheMov-2e4e94a52824d2f85af739644461fdc184aed93d.tar.gz
SheMov-2e4e94a52824d2f85af739644461fdc184aed93d.tar.bz2
SheMov-2e4e94a52824d2f85af739644461fdc184aed93d.zip
Save mappings from slide dialog
Also fix a long standing bug in MappingTreeModel: also remove item from mCurrentData when the removed item is a parent of one of the items.
Diffstat (limited to 'mappingtreewidget.h')
-rw-r--r--mappingtreewidget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mappingtreewidget.h b/mappingtreewidget.h
index f23daa1..8ba066d 100644
--- a/mappingtreewidget.h
+++ b/mappingtreewidget.h
@@ -116,6 +116,8 @@ class MappingEditWidget : public QWidget {
void expandAllResults();
void shiftFocusResult();
void shiftFocusMappings();
+ void saveMappings(QString where);
+ void loadMappings(QString from);
private:
MappingTreeWidget *mMappingTree;