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 /configuredivecomputer.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 'configuredivecomputer.h')
-rw-r--r-- | configuredivecomputer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configuredivecomputer.h b/configuredivecomputer.h index 93c50f993..59340335d 100644 --- a/configuredivecomputer.h +++ b/configuredivecomputer.h @@ -41,8 +41,6 @@ public: signals: void message(QString msg); void error(QString err); - void readFinished(); - void writeFinished(); void stateChanged(states newState); void deviceDetailsChanged(DeviceDetails *newDetails); |