summaryrefslogtreecommitdiffstats
path: root/configuredivecomputerthreads.h
diff options
context:
space:
mode:
Diffstat (limited to 'configuredivecomputerthreads.h')
-rw-r--r--configuredivecomputerthreads.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/configuredivecomputerthreads.h b/configuredivecomputerthreads.h
index 254d286ba..7aa9cb298 100644
--- a/configuredivecomputerthreads.h
+++ b/configuredivecomputerthreads.h
@@ -13,11 +13,9 @@ class DeviceThread : public QThread {
public:
DeviceThread(QObject *parent, device_data_t *data);
virtual void run() = 0;
- QString result;
QString lastError;
signals:
void error(QString err);
- void message(QString msg);
void progress(int value);
protected:
device_data_t *m_data;