mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove unused variables and methods
Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d850a67ce8
commit
f7be6daacc
1 changed files with 0 additions and 2 deletions
|
@ -13,11 +13,9 @@ class DeviceThread : public QThread {
|
||||||
public:
|
public:
|
||||||
DeviceThread(QObject *parent, device_data_t *data);
|
DeviceThread(QObject *parent, device_data_t *data);
|
||||||
virtual void run() = 0;
|
virtual void run() = 0;
|
||||||
QString result;
|
|
||||||
QString lastError;
|
QString lastError;
|
||||||
signals:
|
signals:
|
||||||
void error(QString err);
|
void error(QString err);
|
||||||
void message(QString msg);
|
|
||||||
void progress(int value);
|
void progress(int value);
|
||||||
protected:
|
protected:
|
||||||
device_data_t *m_data;
|
device_data_t *m_data;
|
||||||
|
|
Loading…
Add table
Reference in a new issue