Fixed running the Download dialog multiple times

We never reset the 'downloading' variable.

Solved-by: Thiago Macieira <thiago@macieira.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2013-05-30 18:21:08 +09:00
parent 56eaea6993
commit 2a4d981d09
2 changed files with 7 additions and 0 deletions

View file

@ -43,6 +43,7 @@ public slots:
void on_ok_clicked();
void on_cancel_clicked();
void runDialog();
void stoppedDownloading();
void on_vendor_currentIndexChanged(const QString& vendor);
private:
Ui::DownloadFromDiveComputer *ui;