diff options
Diffstat (limited to 'qt-ui/downloadfromdivecomputer.h')
-rw-r--r-- | qt-ui/downloadfromdivecomputer.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qt-ui/downloadfromdivecomputer.h b/qt-ui/downloadfromdivecomputer.h index eccea8ac7..fdc730753 100644 --- a/qt-ui/downloadfromdivecomputer.h +++ b/qt-ui/downloadfromdivecomputer.h @@ -15,8 +15,8 @@ struct device_data_t; class DownloadThread : public QThread{ Q_OBJECT public: - explicit DownloadThread(device_data_t* data); - virtual void run(); + explicit DownloadThread(device_data_t* data); + virtual void run(); private: device_data_t *data; }; @@ -25,7 +25,7 @@ class InterfaceThread : public QThread{ Q_OBJECT public: InterfaceThread(QObject *parent, device_data_t *data) ; - virtual void run(); + virtual void run(); Q_SIGNALS: void updateInterface(int value); @@ -37,7 +37,7 @@ class QStringListModel; class DownloadFromDCWidget : public QDialog{ Q_OBJECT public: - explicit DownloadFromDCWidget(QWidget* parent = 0, Qt::WindowFlags f = 0); + explicit DownloadFromDCWidget(QWidget* parent = 0, Qt::WindowFlags f = 0); public slots: void on_ok_clicked(); |