From 822eb7558dd7ab4c3dbb86b63be547cdbc2ebb47 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 16 Aug 2014 18:35:44 -0600 Subject: Selective copy: forgot tags in the UI Signed-off-by: Dirk Hohndel --- qt-ui/simplewidgets.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qt-ui/simplewidgets.cpp') diff --git a/qt-ui/simplewidgets.cpp b/qt-ui/simplewidgets.cpp index b0b900fe4..772c8d1b9 100644 --- a/qt-ui/simplewidgets.cpp +++ b/qt-ui/simplewidgets.cpp @@ -428,6 +428,7 @@ DiveComponentSelection::DiveComponentSelection(QWidget *parent, struct dive *tar UI_FROM_COMPONENT(visibility); UI_FROM_COMPONENT(notes); UI_FROM_COMPONENT(suit); + UI_FROM_COMPONENT(tags); UI_FROM_COMPONENT(cylinders); UI_FROM_COMPONENT(weights); connect(ui.buttonBox, SIGNAL(clicked(QAbstractButton *)), this, SLOT(buttonClicked(QAbstractButton *))); @@ -448,6 +449,7 @@ void DiveComponentSelection::buttonClicked(QAbstractButton *button) COMPONENT_FROM_UI(visibility); COMPONENT_FROM_UI(notes); COMPONENT_FROM_UI(suit); + COMPONENT_FROM_UI(tags); COMPONENT_FROM_UI(cylinders); COMPONENT_FROM_UI(weights); selective_copy_dive(&displayed_dive, targetDive, *what, true); -- cgit v1.2.3-70-g09d2