diff options
Diffstat (limited to '')
-rw-r--r-- | src/core/model/CacheObject.cpp (renamed from src/ui/struct/CacheObject.cpp) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/struct/CacheObject.cpp b/src/core/model/CacheObject.cpp index bd3b9818..37dedd92 100644 --- a/src/ui/struct/CacheObject.cpp +++ b/src/core/model/CacheObject.cpp @@ -30,7 +30,7 @@ #include "core/function/CacheManager.h" -namespace GpgFrontend::UI { +namespace GpgFrontend { CacheObject::CacheObject(QString cache_name) : cache_name_(std::move(cache_name)) { @@ -42,4 +42,4 @@ CacheObject::~CacheObject() { CacheManager::GetInstance().SaveDurableCache(cache_name_, *this); } -} // namespace GpgFrontend::UI
\ No newline at end of file +} // namespace GpgFrontend
\ No newline at end of file |