From 58481b46a2c64fda4f506e15ee94dd97f527d552 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 6 Aug 2019 03:12:16 +0200 Subject: Save and show progress in manga and return to last page" --- include/QuickMedia.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/QuickMedia.hpp') diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp index e5f4f2d..48a2d8a 100644 --- a/include/QuickMedia.hpp +++ b/include/QuickMedia.hpp @@ -2,10 +2,12 @@ #include "SearchBar.hpp" #include "Page.hpp" +#include "Storage.hpp" #include #include #include #include +#include namespace QuickMedia { class Body; @@ -34,6 +36,10 @@ namespace QuickMedia { // TODO: Combine these std::string video_url; std::string images_url; + std::string content_title; + std::string chapter_title; int image_index; + Path content_storage_file; + Json::Value content_storage_json; }; } \ No newline at end of file -- cgit v1.2.3