summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2016-10-16 00:26:48 +0200
committerArno <arno@disconnect.de>2016-10-16 00:26:48 +0200
commit4bbcd75f1ff29c8dbd9befcbe8913587d35a3ed0 (patch)
tree2d6fdbb21258aa02ae192eae13b281b035566d0b /shemov.h
parent0da05ce76ab01a4bc8debde448905e0c83611792 (diff)
downloadSheMov-4bbcd75f1ff29c8dbd9befcbe8913587d35a3ed0.tar.gz
SheMov-4bbcd75f1ff29c8dbd9befcbe8913587d35a3ed0.tar.bz2
SheMov-4bbcd75f1ff29c8dbd9befcbe8913587d35a3ed0.zip
Add Next> to NewPicsDialog
Make archiving various pictures easier. When NewPicsDialog is calles with a directory, the Next> button archives the current pic and selects the next.
Diffstat (limited to 'shemov.h')
-rw-r--r--shemov.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/shemov.h b/shemov.h
index 1bb0a18..3406446 100644
--- a/shemov.h
+++ b/shemov.h
@@ -51,9 +51,9 @@ class SheMov : public QMainWindow {
void checkMount(bool mounted);
void newPicsDialog();
void newPicsDialogWithFiles();
+ void newPicsDialogWithDir();
void searchResult(int seriesPartId);
void gotoArchive();
-
void analyzeActors();
void analyzeGenres();
void analyzeSeries();
@@ -106,6 +106,7 @@ class SheMov : public QMainWindow {
QAction *mPlaySelectedTimesMenuFSA;
QAction *mArchiveSelectedMovsA;
QAction *mArchiveSelectedPicsA;
+ QAction *mArchivePicsInDirA;
QAction *mConsistencyA;
QAction *mNewPicsA;
QAction *mNewMovieWizardA;