mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove the lastError from DeviceThreads
There is no reason for the DeviceThreads to keep a copy of the last error around, so this removes that code. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f7be6daacc
commit
4124052b38
3 changed files with 13 additions and 22 deletions
|
@ -13,7 +13,6 @@ class DeviceThread : public QThread {
|
|||
public:
|
||||
DeviceThread(QObject *parent, device_data_t *data);
|
||||
virtual void run() = 0;
|
||||
QString lastError;
|
||||
signals:
|
||||
void error(QString err);
|
||||
void progress(int value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue