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. --- pictureviewer2.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'pictureviewer2.cpp') diff --git a/pictureviewer2.cpp b/pictureviewer2.cpp index 2a53986..965111c 100644 --- a/pictureviewer2.cpp +++ b/pictureviewer2.cpp @@ -349,6 +349,7 @@ void PictureViewer2::showNewPicsDialog(){ void PictureViewer2::addToNewPics(){ mNewPicsDlg->setFile(mCurPicData.at(PicFilesModel::FullPath).toString()); + mNewPicsDlg->show(); } void PictureViewer2::markCurrent(){ -- cgit v1.2.3-70-g09d2