diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-01-08 11:29:28 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-01-08 07:45:30 -0800 |
commit | 09d6d4f5deff46999f3739fb8d670ecc867f60f1 (patch) | |
tree | b13530e1ec22dc55708db582e0ba0fd16f6b2a29 /qt-ui/downloadfromdivecomputer.h | |
parent | acb51682548a7e7596eb3f8d67ce772d617c06bf (diff) | |
download | subsurface-09d6d4f5deff46999f3739fb8d670ecc867f60f1.tar.gz |
Dive d/l selection UI: Create a button to download the data from DC
Now, ok should close the dialog, and not download the dives from the DC,
this way the user can choose what happens.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/downloadfromdivecomputer.h')
-rw-r--r-- | qt-ui/downloadfromdivecomputer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/downloadfromdivecomputer.h b/qt-ui/downloadfromdivecomputer.h index 8ab7e3651..a23beb0f1 100644 --- a/qt-ui/downloadfromdivecomputer.h +++ b/qt-ui/downloadfromdivecomputer.h @@ -59,7 +59,7 @@ public: public slots: - void on_ok_clicked(); + void on_startDownload_clicked(); void on_cancel_clicked(); void on_search_clicked(); void on_vendor_currentIndexChanged(const QString &vendor); |