GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
CacheObject.h
1 
29 #pragma once
30 
31 #include "core/GpgFrontendCoreExport.h"
32 
33 namespace GpgFrontend {
34 
35 class GPGFRONTEND_CORE_EXPORT CacheObject : public QJsonDocument {
36  public:
42  explicit CacheObject(QString cache_name);
43 
48  ~CacheObject();
49 
50  private:
51  QString cache_name_;
52 };
53 
54 } // namespace GpgFrontend
Definition: CacheObject.h:35
Definition: app.cpp:39