diff options
author | Saturneric <[email protected]> | 2021-12-20 08:17:34 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-12-20 09:40:32 +0000 |
commit | 5fb0f8b0fc46d2413dbcde3f118570245e2ee154 (patch) | |
tree | 216ed80867dce37ca8bf3a593facc4eff15d1280 /src/gpg/GpgContext.h | |
parent | Fixed bugs. (diff) | |
download | GpgFrontend-5fb0f8b0fc46d2413dbcde3f118570245e2ee154.tar.gz GpgFrontend-5fb0f8b0fc46d2413dbcde3f118570245e2ee154.zip |
Update Test Code & Added Standlone Support
Diffstat (limited to '')
-rw-r--r-- | src/gpg/GpgContext.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gpg/GpgContext.h b/src/gpg/GpgContext.h index 5812f49f..da19bfd9 100644 --- a/src/gpg/GpgContext.h +++ b/src/gpg/GpgContext.h @@ -38,7 +38,8 @@ namespace GpgFrontend { class GpgContext : public SingletonFunctionObject<GpgContext> { public: explicit GpgContext(bool independent_database = false, - std::string path = std::string(), int channel = 0); + std::string path = std::string(), bool gpg_alone = false, + std::string gpg_path = std::string(), int channel = 0); ~GpgContext() override = default; |