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/getsuyomi.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/getsuyomi.hpp') diff --git a/src/getsuyomi.hpp b/src/getsuyomi.hpp index 3f4da25..8fb9f4a 100644 --- a/src/getsuyomi.hpp +++ b/src/getsuyomi.hpp @@ -39,7 +39,7 @@ class Getsuyomi : public QWidget { void setPagesManga(); void setPages(QLabel& label1, QLabel& label2); - QLayout* m_layout{nullptr}; + QBoxLayout* m_layout{nullptr}; Archive* m_archive{nullptr}; -- cgit v1.2.3