diff options
author | Arno <arno@disconnect.de> | 2016-10-16 00:26:48 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2016-10-16 00:26:48 +0200 |
commit | 4bbcd75f1ff29c8dbd9befcbe8913587d35a3ed0 (patch) | |
tree | 2d6fdbb21258aa02ae192eae13b281b035566d0b /shemov.h | |
parent | 0da05ce76ab01a4bc8debde448905e0c83611792 (diff) | |
download | SheMov-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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |