summaryrefslogtreecommitdiff
path: root/src/getsuyomi.hpp
diff options
context:
space:
mode:
authorDominick Allen <djallen@librehumanitas.org>2024-09-29 12:51:41 -0500
committerDominick Allen <djallen@librehumanitas.org>2024-09-29 12:51:41 -0500
commitdacd752bbf46f2afb08b4b8d730ba3619528dda4 (patch)
tree2554b12d3a6cb6d66fe28a89ccf132f6ae4b4aad /src/getsuyomi.hpp
parent06663d34c7678aa723955e64cd82a2e399c4b8c6 (diff)
Add more functionality in paging.
Diffstat (limited to 'src/getsuyomi.hpp')
-rw-r--r--src/getsuyomi.hpp1
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();