diff options
author | saturneric <[email protected]> | 2025-04-18 17:11:40 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-04-18 17:11:40 +0000 |
commit | 502a43488d51c88be33d95be11ba8f160c2a3fd4 (patch) | |
tree | 87ee50bc5fdb1ca89d71ccfc988b1e6f67550f83 /src/core/function/gpg/GpgAutomatonHandler.h | |
parent | feat: add more info check (diff) | |
download | GpgFrontend-502a43488d51c88be33d95be11ba8f160c2a3fd4.tar.gz GpgFrontend-502a43488d51c88be33d95be11ba8f160c2a3fd4.zip |
feat: add more basic env checks at init
Diffstat (limited to 'src/core/function/gpg/GpgAutomatonHandler.h')
-rw-r--r-- | src/core/function/gpg/GpgAutomatonHandler.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/function/gpg/GpgAutomatonHandler.h b/src/core/function/gpg/GpgAutomatonHandler.h index 7ab2bf44..34c23455 100644 --- a/src/core/function/gpg/GpgAutomatonHandler.h +++ b/src/core/function/gpg/GpgAutomatonHandler.h @@ -28,14 +28,13 @@ #pragma once -#include "core/GpgFrontendCore.h" #include "core/function/basic/GpgFunctionObject.h" #include "core/function/gpg/GpgContext.h" #include "core/typedef/GpgTypedef.h" namespace GpgFrontend { -class GpgAutomatonHandler +class GPGFRONTEND_CORE_EXPORT GpgAutomatonHandler : public SingletonFunctionObject<GpgAutomatonHandler> { public: using Command = QString; |