From f32e86eb32ee3697f255d01a61f6aa2e1cff5a8b Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 30 May 2013 17:58:59 +0900 Subject: Hook up the Download dialog The download already worked, but we didn't display the new dives. This introduces a new slot for MainWindow that updates what is displayed in Subsurface after files were imported. With this change we can successfully download ONCE - but when trying to download a second dive the dialog doesn't appear to get refreshed the right way - the OK button doesn't appear to work anymore (Cancel however does). Signed-off-by: Dirk Hohndel --- qt-ui/mainwindow.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qt-ui/mainwindow.h') diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h index 2366617c6..36b174284 100644 --- a/qt-ui/mainwindow.h +++ b/qt-ui/mainwindow.h @@ -87,6 +87,7 @@ protected: public Q_SLOTS: void readSettings(); + void refreshDisplay(); private: Ui::MainWindow *ui; -- cgit v1.2.3-70-g09d2