summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2012-02-24 23:32:10 +0100
committerArno <am@disconnect.de>2012-02-24 23:32:10 +0100
commitdce686c895fce27cce1d8bf0247c692bd790f93a (patch)
treebed47f7bed845f88ce70a59729623430f8ad9baa /shemov.h
parentb8e16c3bddb706ecc195e86eaafb89ed90f9bfc3 (diff)
downloadSheMov-dce686c895fce27cce1d8bf0247c692bd790f93a.tar.gz
SheMov-dce686c895fce27cce1d8bf0247c692bd790f93a.tar.bz2
SheMov-dce686c895fce27cce1d8bf0247c692bd790f93a.zip
Implemented NewPicsDialog
Version 1 of NewPicsDialog. Just one single tab for adding files. Does nothing yet besides adding and removing files.
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;