diff options
author | Saturneric <[email protected]> | 2022-03-12 09:54:10 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-03-12 09:54:10 +0000 |
commit | db24670fedfa8fd9cf207ffd35e41b00f4f3497f (patch) | |
tree | 6c1aae26444a821609fda3ba6d8fb7182615e2f3 /src/ui/widgets/FilePage.h | |
parent | <fix>(core): Fix the existing problem of the key package (diff) | |
download | GpgFrontend-db24670fedfa8fd9cf207ffd35e41b00f4f3497f.tar.gz GpgFrontend-db24670fedfa8fd9cf207ffd35e41b00f4f3497f.zip |
<feat>(core, ui): Provides the ability to handle folders
1. Convert folders to archive format for processing
Diffstat (limited to 'src/ui/widgets/FilePage.h')
-rw-r--r-- | src/ui/widgets/FilePage.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ui/widgets/FilePage.h b/src/ui/widgets/FilePage.h index e8ee3f25..cff395a8 100644 --- a/src/ui/widgets/FilePage.h +++ b/src/ui/widgets/FilePage.h @@ -142,6 +142,12 @@ class FilePage : public QWidget { */ void slot_create_empty_file(); + /** + * @brief compress directory into gpg-zip + * + */ + void slot_compress_files(); + protected: /** * @brief |