diff options
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}; |