From 8d661807e363c973dc6a6d7e6015495e7cc3a2ab Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 15 Sep 2020 21:38:24 +0200 Subject: Add manga creators page to navigate to others works by the creators --- src/plugins/Manga.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/plugins/Manga.cpp (limited to 'src/plugins/Manga.cpp') diff --git a/src/plugins/Manga.cpp b/src/plugins/Manga.cpp new file mode 100644 index 0000000..6ad11ab --- /dev/null +++ b/src/plugins/Manga.cpp @@ -0,0 +1,7 @@ +#include "../../plugins/Manga.hpp" + +namespace QuickMedia { + const std::vector& Manga::get_creators() const { + return creators; + } +} \ No newline at end of file -- cgit v1.2.3