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" --- plugins/Plugin.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins') diff --git a/plugins/Plugin.hpp b/plugins/Plugin.hpp index 2d6005e..6d5a986 100644 --- a/plugins/Plugin.hpp +++ b/plugins/Plugin.hpp @@ -38,6 +38,7 @@ namespace QuickMedia { }; DownloadResult download_to_string(const std::string &url, std::string &result, const std::vector &additional_args = {}); + std::string strip(const std::string &str); class Plugin { public: -- cgit v1.2.3