aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/GpgContext.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2023-10-23 13:23:37 +0000
committersaturneric <[email protected]>2023-10-23 13:23:37 +0000
commit5a3f422335b27c6c19a2d91f525c77435e8f2384 (patch)
treea72d417cc040f07fd7e21f9bd2cc70d0de5e8bed /src/core/GpgContext.cpp
parentperf: reduce header includes and improve build speed (diff)
downloadGpgFrontend-5a3f422335b27c6c19a2d91f525c77435e8f2384.tar.gz
GpgFrontend-5a3f422335b27c6c19a2d91f525c77435e8f2384.zip
fix: solve some issues on log system
Diffstat (limited to '')
-rw-r--r--src/core/GpgContext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/GpgContext.cpp b/src/core/GpgContext.cpp
index 5a681fa7..6e6cf4dd 100644
--- a/src/core/GpgContext.cpp
+++ b/src/core/GpgContext.cpp
@@ -234,7 +234,7 @@ void GpgContext::post_init_ctx() {
// preload info
auto &info = GetInfo();
- // use custom qt dialog to replace pinentry
+ // // use custom qt dialog to replace pinentry
if (!args_.use_pinentry) {
SetPassphraseCb(custom_passphrase_cb);
}