diff options
author | Boris Barbulovski <bbarbulovski@gmail.com> | 2014-02-08 20:22:09 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-02-09 08:17:08 -0800 |
commit | 449c6fc6f2cd17bc9c4322aabc32f2b2bf88a220 (patch) | |
tree | aa2732a491223e585e75600cdd02c933f5bc25b6 /qt-ui/downloadfromdivecomputer.h | |
parent | 02e9a6d07ba6abf558ba1dc9c5721f2429cfd566 (diff) | |
download | subsurface-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.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(); |