diff options
author | Dominick Allen <djallen@librehumanitas.org> | 2024-09-29 12:51:41 -0500 |
---|---|---|
committer | Dominick Allen <djallen@librehumanitas.org> | 2024-09-29 12:51:41 -0500 |
commit | dacd752bbf46f2afb08b4b8d730ba3619528dda4 (patch) | |
tree | 2554b12d3a6cb6d66fe28a89ccf132f6ae4b4aad /src/getsuyomi.hpp | |
parent | 06663d34c7678aa723955e64cd82a2e399c4b8c6 (diff) |
Add more functionality in paging.
Diffstat (limited to 'src/getsuyomi.hpp')
-rw-r--r-- | src/getsuyomi.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/getsuyomi.hpp b/src/getsuyomi.hpp index 8fb9f4a..abf8a72 100644 --- a/src/getsuyomi.hpp +++ b/src/getsuyomi.hpp @@ -31,6 +31,7 @@ class Getsuyomi : public QWidget { void setArchive(Archive* archive); void next(); void back(); + void setPageLayout(PageLayout newPageLayout); private: void setPages(); |