Context menu for images: enable multi selection

Signed-off-by: Guido Lerch <guido.lerch@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Guido Lerch 2015-10-20 22:04:40 +02:00 committed by Dirk Hohndel
parent 889fa1e4cc
commit b73b312673

View file

@ -198,6 +198,7 @@ MainTab::MainTab(QWidget *parent) : QTabWidget(parent),
acceptingEdit = false;
ui.diveTripLocation->hide();
ui.photosView->setSelectionMode(QAbstractItemView::MultiSelection);
}
MainTab::~MainTab()