Add mark/unmark and move to next file actions

This commit is contained in:
2016-08-02 06:23:52 +02:00
parent 3faba4eac9
commit 2b2fb764a9
2 changed files with 17 additions and 0 deletions
+2
View File
@@ -26,6 +26,8 @@ protected slots:
void openFile();
void markImage();
void unmarkImage();
void markAndNext();
void unmarkAndNext();
};
#endif // MAINWINDOW_H