From f1a2ce4bcb7d46981d1fc471e517709f076d9365 Mon Sep 17 00:00:00 2001 From: Saturneric Date: Sun, 8 May 2022 01:01:29 +0800 Subject: refactor: develop 2.0.6 start 1. delete smtp ability 2. change libs link type to dramatic --- src/core/GpgContext.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/GpgContext.cpp') diff --git a/src/core/GpgContext.cpp b/src/core/GpgContext.cpp index 1897202f..0da963ee 100644 --- a/src/core/GpgContext.cpp +++ b/src/core/GpgContext.cpp @@ -43,6 +43,9 @@ namespace GpgFrontend { +GpgContext::GpgContext(int channel) + : SingletonFunctionObject(channel) {} + /** * Constructor * Set up gpgme-context, set paths to app-run path -- cgit v1.2.3