diff options
author | Dominick Allen <djallen@librehumanitas.org> | 2024-09-29 10:02:06 -0500 |
---|---|---|
committer | Dominick Allen <djallen@librehumanitas.org> | 2024-09-29 10:02:06 -0500 |
commit | 06663d34c7678aa723955e64cd82a2e399c4b8c6 (patch) | |
tree | 8253531e3ed733ba60f75cbc687e2f21647b9de5 /src/main_window.hpp | |
parent | 0e648c7c62944cd81aa57f10ac01cdabe2f2b7e0 (diff) |
Properly save file dialog directory.
Diffstat (limited to 'src/main_window.hpp')
-rw-r--r-- | src/main_window.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main_window.hpp b/src/main_window.hpp index de1cb28..98af5a2 100644 --- a/src/main_window.hpp +++ b/src/main_window.hpp @@ -46,7 +46,6 @@ class GetsuyomiApp : public QMainWindow { QMenu* m_menuBar{nullptr}; QToolBar* m_toolBar{nullptr}; - QSettings* m_qtSettings{nullptr}; QString m_lastOpenedDirectory{}; private slots: |