From 2b1145fb0aec3feb9cbab2df9be57ab43fc7f975 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 24 Dec 2022 22:03:59 +0100 Subject: WIP download manager --- oop2eindopdr/Pokedex.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'oop2eindopdr/Pokedex.h') diff --git a/oop2eindopdr/Pokedex.h b/oop2eindopdr/Pokedex.h index 28d0d31..41cbf7c 100644 --- a/oop2eindopdr/Pokedex.h +++ b/oop2eindopdr/Pokedex.h @@ -7,6 +7,7 @@ class PokemonCard; class PokemonTCGAPIClient; +class DownloadManager; /** @brief user pokedex class, handles caching and api access silently */ class Pokedex { @@ -24,6 +25,7 @@ private: /** @brief cache connection */ CacheManager* cache = nullptr; PokemonTCGAPIClient* api = nullptr; + DownloadManager* download_manager = nullptr; friend class PokemonCard; -- cgit v1.2.3