summaryrefslogtreecommitdiffstats
path: root/mappingtreewidget.h
diff options
context:
space:
mode:
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;