diff options
author | Saturneric <[email protected]> | 2022-07-22 17:26:53 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-07-22 17:26:53 +0000 |
commit | f3ff43494674b9eeeb7d2514d21aa15f477b4092 (patch) | |
tree | 96d4986e25fc5277c67ab7a28f05fa863b867ccd /src/core/function/ArchiveFileOperator.h | |
parent | feat(ui): use general main window and dialog class (diff) | |
download | GpgFrontend-f3ff43494674b9eeeb7d2514d21aa15f477b4092.tar.gz GpgFrontend-f3ff43494674b9eeeb7d2514d21aa15f477b4092.zip |
style(src): reformat code
Diffstat (limited to 'src/core/function/ArchiveFileOperator.h')
-rw-r--r-- | src/core/function/ArchiveFileOperator.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/core/function/ArchiveFileOperator.h b/src/core/function/ArchiveFileOperator.h index 28d1ad65..4db5af5f 100644 --- a/src/core/function/ArchiveFileOperator.h +++ b/src/core/function/ArchiveFileOperator.h @@ -46,15 +46,13 @@ class GPGFRONTEND_CORE_EXPORT ArchiveFileOperator { public: static void ListArchive(const std::filesystem::path &archive_path); - static void CreateArchive( - const std::filesystem::path &base_path, - const std::filesystem::path &archive_path, + static void CreateArchive(const std::filesystem::path &base_path, + const std::filesystem::path &archive_path, int compress, const std::vector<std::filesystem::path> &files); - static void ExtractArchive( - const std::filesystem::path &archive_path, - const std::filesystem::path &base_path); + static void ExtractArchive(const std::filesystem::path &archive_path, + const std::filesystem::path &base_path); }; } // namespace GpgFrontend |