diff options
author | saturneric <[email protected]> | 2024-01-05 08:11:24 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-01-05 08:11:24 +0000 |
commit | 3c40fa27823e70215261d3845275360f85e59623 (patch) | |
tree | 7c39090027d8ad7fbe1662d7a73cc5748a2d5b52 /src/core/function/CacheManager.h | |
parent | feat: switch to portable mode by adding a txt file under bin path (diff) | |
download | GpgFrontend-3c40fa27823e70215261d3845275360f85e59623.tar.gz GpgFrontend-3c40fa27823e70215261d3845275360f85e59623.zip |
fix: slove some known issues
Diffstat (limited to 'src/core/function/CacheManager.h')
-rw-r--r-- | src/core/function/CacheManager.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/function/CacheManager.h b/src/core/function/CacheManager.h index 062ff490..0cb893a2 100644 --- a/src/core/function/CacheManager.h +++ b/src/core/function/CacheManager.h @@ -35,9 +35,7 @@ namespace GpgFrontend { class GPGFRONTEND_CORE_EXPORT CacheManager - : public QObject, - public SingletonFunctionObject<CacheManager> { - Q_OBJECT + : public SingletonFunctionObject<CacheManager> { public: explicit CacheManager( int channel = SingletonFunctionObject::GetDefaultChannel()); |