diff options
author | saturneric <[email protected]> | 2023-12-23 12:07:26 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-12-23 12:07:26 +0000 |
commit | 4f29479ec7c128ab035d76e32006d8b0c7d0b9f1 (patch) | |
tree | 006f58359a2a0ade32513139a969cf4650c52234 /src/ui/function/RaisePinentry.cpp | |
parent | fix: gen key test cases typeid rtti issues (diff) | |
download | GpgFrontend-4f29479ec7c128ab035d76e32006d8b0c7d0b9f1.tar.gz GpgFrontend-4f29479ec7c128ab035d76e32006d8b0c7d0b9f1.zip |
fix: solve all issues of test cases on macos m1
Diffstat (limited to '')
-rw-r--r-- | src/ui/function/RaisePinentry.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/function/RaisePinentry.cpp b/src/ui/function/RaisePinentry.cpp index f47962f4..31804fa8 100644 --- a/src/ui/function/RaisePinentry.cpp +++ b/src/ui/function/RaisePinentry.cpp @@ -32,7 +32,6 @@ #include "core/function/CoreSignalStation.h" #include "pinentry/pinentrydialog.h" -#include "spdlog/spdlog.h" namespace GpgFrontend::UI { |