diff options
author | Saturneric <[email protected]> | 2021-12-07 06:23:58 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-12-07 06:23:58 +0000 |
commit | 49556f2d87a72f888512552f446665e01e6c1abd (patch) | |
tree | 725830826078fd29bea74907c09f6943dbc6636f /src/ui/keypair_details/KeyPairDetailTab.cpp | |
parent | Add Translate & Fix Bugs. (diff) | |
download | GpgFrontend-49556f2d87a72f888512552f446665e01e6c1abd.tar.gz GpgFrontend-49556f2d87a72f888512552f446665e01e6c1abd.zip |
Support Windows Build
Diffstat (limited to '')
-rw-r--r-- | src/ui/keypair_details/KeyPairDetailTab.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/keypair_details/KeyPairDetailTab.cpp b/src/ui/keypair_details/KeyPairDetailTab.cpp index e01e21cb..de16ccf7 100644 --- a/src/ui/keypair_details/KeyPairDetailTab.cpp +++ b/src/ui/keypair_details/KeyPairDetailTab.cpp @@ -24,8 +24,6 @@ #include "ui/keypair_details/KeyPairDetailTab.h" -#include <boost/locale.hpp> - #include "gpg/function/GpgKeyGetter.h" #include "gpg/function/GpgKeyImportExportor.h" #include "gpg/function/GpgKeyOpera.h" |