From 31854f50a46b0c0ff0914653eece10af24e91698 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Fri, 27 Dec 2013 12:50:13 +0200 Subject: Disable DC device node if it is not needed This patch disables/enables the DC device node based on what type of transport the selected DC uses. The only time the device node field is used is if the selected DC uses a serial transport type. IrDA and USB type transports do not use the device node. Signed-off-by: Benjamin Fogel Signed-off-by: Dirk Hohndel --- qt-ui/downloadfromdivecomputer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qt-ui/downloadfromdivecomputer.h') diff --git a/qt-ui/downloadfromdivecomputer.h b/qt-ui/downloadfromdivecomputer.h index 943a1aa43..8f1f6aa2b 100644 --- a/qt-ui/downloadfromdivecomputer.h +++ b/qt-ui/downloadfromdivecomputer.h @@ -40,6 +40,7 @@ public slots: void on_ok_clicked(); void on_cancel_clicked(); void on_vendor_currentIndexChanged(const QString& vendor); + void on_product_currentIndexChanged(); void onDownloadThreadFinished(); void updateProgressBar(); -- cgit v1.2.3-70-g09d2