From 06663d34c7678aa723955e64cd82a2e399c4b8c6 Mon Sep 17 00:00:00 2001 From: Dominick Allen Date: Sun, 29 Sep 2024 10:02:06 -0500 Subject: Properly save file dialog directory. --- src/main_window.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main_window.hpp') 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: -- cgit v1.2.3