summaryrefslogtreecommitdiff
path: root/src/main_window.hpp
diff options
context:
space:
mode:
authorDominick Allen <djallen@librehumanitas.org>2024-09-29 10:02:06 -0500
committerDominick Allen <djallen@librehumanitas.org>2024-09-29 10:02:06 -0500
commit06663d34c7678aa723955e64cd82a2e399c4b8c6 (patch)
tree8253531e3ed733ba60f75cbc687e2f21647b9de5 /src/main_window.hpp
parent0e648c7c62944cd81aa57f10ac01cdabe2f2b7e0 (diff)
Properly save file dialog directory.
Diffstat (limited to 'src/main_window.hpp')
-rw-r--r--src/main_window.hpp1
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: