summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
Diffstat (limited to 'shemov.h')
-rw-r--r--shemov.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shemov.h b/shemov.h
index ae1c6c4..f7a2f03 100644
--- a/shemov.h
+++ b/shemov.h
@@ -54,6 +54,7 @@ class SheMov : public QMainWindow {
void toggleFilterGroup(bool checked);
void editMappings(QString table);
void mappingEditor();
+ void newPicsDialog();
signals:
void configChanged();
@@ -108,6 +109,7 @@ class SheMov : public QMainWindow {
QAction *mConsistencyA;
QAction *mAnalyzerA;
QAction *mMappingEditorA;
+ QAction *mNewPicsA;
//hmm
QAction *mHoverDirectoriesA;