diff options
author | Anton Lundin <glance@acc.umu.se> | 2014-12-07 23:32:08 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-12-08 08:38:50 -0800 |
commit | ac207ee5ff60794c477d6d96c81645c4fc5b1994 (patch) | |
tree | d0ff2fa7e903ed154266f486d5466f022826600d /qt-ui/configuredivecomputerdialog.h | |
parent | a696da91469e117301eaca234ed968a4ba3481cc (diff) | |
download | subsurface-ac207ee5ff60794c477d6d96c81645c4fc5b1994.tar.gz |
Emit the successful message the right way
The successful message was emitted in a some what older way then the
other messages so it was always emitted, even on error.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/configuredivecomputerdialog.h')
-rw-r--r-- | qt-ui/configuredivecomputerdialog.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/configuredivecomputerdialog.h b/qt-ui/configuredivecomputerdialog.h index 89efee622..2f7fc296f 100644 --- a/qt-ui/configuredivecomputerdialog.h +++ b/qt-ui/configuredivecomputerdialog.h @@ -62,7 +62,6 @@ private slots: void configMessage(QString msg); void configError(QString err); void on_cancel_clicked(); - void deviceReadFinished(); void on_saveSettingsPushButton_clicked(); void deviceDetailsReceived(DeviceDetails *newDeviceDetails); void reloadValues(); |