GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
CtxCheckThread.h
1 
27 #ifndef GPGFRONTEND_CTXCHECKTRHEAD_H
28 #define GPGFRONTEND_CTXCHECKTRHEAD_H
29 
30 #include "core/GpgFrontendCore.h"
31 
32 namespace GpgFrontend {
37 class GPGFRONTEND_CORE_EXPORT CtxCheckThread : public QThread {
38  Q_OBJECT
39  public:
45 
46  signals:
51  void SignalGnupgNotInstall();
52 
53  protected:
58  void run() override;
59 };
60 } // namespace GpgFrontend
61 
62 #endif // GPGFRONTEND_CTXCHECKTRHEAD_H
GpgFrontend::CoreCommonUtil::GetInstance
static CoreCommonUtil * GetInstance()
Construct a new Core Common Util object.
Definition: CoreCommonUtil.cpp:33
GpgFrontend::init_logging
void init_logging()
setup logging system and do proper initialization
Definition: GpgCoreInit.cpp:43
GpgFrontend
Definition: CoreCommonUtil.cpp:29
GpgFrontend::SingletonFunctionObject< GpgContext >::GetInstance
static GpgContext & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:57
GpgFrontend::CtxCheckThread
Definition: CtxCheckThread.h:37
GpgFrontend::GpgKeyGetter::FetchKey
KeyLinkListPtr FetchKey()
Definition: GpgKeyGetter.cpp:58
GpgFrontend::CtxCheckThread::CtxCheckThread
CtxCheckThread()
Construct a new Ctx Check Thread object.
Definition: CtxCheckThread.cpp:34