mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
56eaea6993
commit
2a4d981d09
2 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue