From 4bbcd75f1ff29c8dbd9befcbe8913587d35a3ed0 Mon Sep 17 00:00:00 2001 From: Arno Date: Sun, 16 Oct 2016 00:26:48 +0200 Subject: 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. --- shemov.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shemov.h') 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; -- cgit v1.2.3-70-g09d2