diff options
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r-- | qt-ui/mainwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h index a7dafb48b..c0d5f245b 100644 --- a/qt-ui/mainwindow.h +++ b/qt-ui/mainwindow.h @@ -126,6 +126,8 @@ private: void file_save_as(); void beginChangeState(CurrentState s); void saveSplitterSizes(); + QString lastUsedDir(); + void updateLastUsedDir(const QString& s); }; MainWindow *mainWindow(); |