diff options
Diffstat (limited to 'qt-ui/downloadfromdivecomputer.h')
-rw-r--r-- | qt-ui/downloadfromdivecomputer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qt-ui/downloadfromdivecomputer.h b/qt-ui/downloadfromdivecomputer.h index 8f1f6aa2b..f18170fd9 100644 --- a/qt-ui/downloadfromdivecomputer.h +++ b/qt-ui/downloadfromdivecomputer.h @@ -24,7 +24,6 @@ class DownloadFromDCWidget : public QDialog{ Q_OBJECT public: explicit DownloadFromDCWidget(QWidget* parent = 0, Qt::WindowFlags f = 0); - static DownloadFromDCWidget *instance(); void reject(); enum states { @@ -44,7 +43,6 @@ public slots: void onDownloadThreadFinished(); void updateProgressBar(); - void runDialog(); void checkLogFile(int state); void checkDumpFile(int state); void pickDumpFile(); |