mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
DownloadFromDCWidget class cleanup
Remove static DownloadFromDCWidget::instance() method Signed-off-by: Boris Barbulovski <bbarbulovski@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
02e9a6d07b
commit
449c6fc6f2
3 changed files with 3 additions and 17 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue