aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mobile-widgets/qml/DownloadedDiveDelegate.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/mobile-widgets/qml/DownloadedDiveDelegate.qml b/mobile-widgets/qml/DownloadedDiveDelegate.qml
index 72e8dd3b9..34c567a0c 100644
--- a/mobile-widgets/qml/DownloadedDiveDelegate.qml
+++ b/mobile-widgets/qml/DownloadedDiveDelegate.qml
@@ -56,6 +56,10 @@ Kirigami.AbstractListItem {
visible: diveIsSelected && diveIsSelected.checked
}
}
+ onClicked: {
+ console.log("Clicked on the checkbox of item " + index)
+ importModel.selectRow(index)
+ }
}
Item {
id: diveListEntry