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/getsuyomi.hpp | |
parent | 0e648c7c62944cd81aa57f10ac01cdabe2f2b7e0 (diff) |
Properly save file dialog directory.
Diffstat (limited to 'src/getsuyomi.hpp')
-rw-r--r-- | src/getsuyomi.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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}; |