diff options
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r-- | qt-ui/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h index aae4e54b2..1db3d5ad3 100644 --- a/qt-ui/mainwindow.h +++ b/qt-ui/mainwindow.h @@ -64,6 +64,7 @@ public: MainTab *information(); void loadRecentFiles(QSettings *s); void addRecentFile(const QStringList &newFiles); + void removeRecentFile(QStringList failedFiles); DiveListView *dive_list(); GlobeGPS *globe(); void showError(QString message); |