Add simple live mode that show last image added to directory

This commit is contained in:
2019-08-21 06:39:18 +02:00
parent 9a5027e498
commit 50dcd4b902
4 changed files with 18 additions and 2 deletions
+1
View File
@@ -35,6 +35,7 @@ protected slots:
void markAndNext();
void unmarkAndNext();
void copyMarked();
void liveMode(bool active);
};
#endif // MAINWINDOW_H