aboutsummaryrefslogtreecommitdiff
path: root/include/Path.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-07-11 07:57:49 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-11 07:57:49 +0200
commit1be647662eb19af2e8fe27a500ac3705c3109045 (patch)
tree76f31687c378647439163f27e9d1b650307b28ae /include/Path.hpp
parent2e156d80e4e3d379849bb1e127e4c69a8f34cea4 (diff)
Add youtube watch history
Diffstat (limited to 'include/Path.hpp')
-rw-r--r--include/Path.hpp5
1 files changed, 5 insertions, 0 deletions
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