diff options
author | Saturneric <[email protected]> | 2021-05-23 16:45:30 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-05-23 16:45:30 +0000 |
commit | 40634e042d39e3537a3cfa1a2dfb6a8203a7d6ab (patch) | |
tree | 0535b4213b5bf69febf90f0a4d2b515ab2a15c34 /include/ui/FileEncryptionDialog.h | |
parent | Enhance code robustness; (diff) | |
download | GpgFrontend-40634e042d39e3537a3cfa1a2dfb6a8203a7d6ab.tar.gz GpgFrontend-40634e042d39e3537a3cfa1a2dfb6a8203a7d6ab.zip |
Declare and Define getSigners;
Expand KeyList;
Project's Files Structure Modified;
Signed-off-by: Saturneric <[email protected]>
Diffstat (limited to '')
-rwxr-xr-x | include/ui/FileEncryptionDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ui/FileEncryptionDialog.h b/include/ui/FileEncryptionDialog.h index 52ef523e..f4adb18f 100755 --- a/include/ui/FileEncryptionDialog.h +++ b/include/ui/FileEncryptionDialog.h @@ -26,7 +26,7 @@ #define __FILEENCRYPTIONDIALOG_H__ #include "gpg/GpgContext.h" -#include "KeyList.h" +#include "ui/widgets/KeyList.h" #include "VerifyDetailsDialog.h" |