From 1be647662eb19af2e8fe27a500ac3705c3109045 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 11 Jul 2020 07:57:49 +0200 Subject: Add youtube watch history --- include/Path.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/Path.hpp') diff --git a/include/Path.hpp b/include/Path.hpp index 351fd5d..bd978bc 100644 --- a/include/Path.hpp +++ b/include/Path.hpp @@ -21,6 +21,11 @@ namespace QuickMedia { return *this; } + Path& append(const std::string &str) { + data += str; + return *this; + } + std::string data; }; } \ No newline at end of file -- cgit v1.2.3