summaryrefslogtreecommitdiffstats
path: root/qt-ui/downloadfromdivecomputer.h
diff options
context:
space:
mode:
authorGravatar Boris Barbulovski <bbarbulovski@gmail.com>2014-02-08 20:22:09 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-02-09 08:17:08 -0800
commit449c6fc6f2cd17bc9c4322aabc32f2b2bf88a220 (patch)
treeaa2732a491223e585e75600cdd02c933f5bc25b6 /qt-ui/downloadfromdivecomputer.h
parent02e9a6d07ba6abf558ba1dc9c5721f2429cfd566 (diff)
downloadsubsurface-449c6fc6f2cd17bc9c4322aabc32f2b2bf88a220.tar.gz
DownloadFromDCWidget class cleanup
Remove static DownloadFromDCWidget::instance() method Signed-off-by: Boris Barbulovski <bbarbulovski@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/downloadfromdivecomputer.h')
-rw-r--r--qt-ui/downloadfromdivecomputer.h2
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();