diff options
author | Saturneric <[email protected]> | 2022-02-13 07:01:28 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-02-13 07:01:28 +0000 |
commit | 625950219b227be5ac7d98683ebe9b84d00f0c55 (patch) | |
tree | 89724728c5152d40cbb6668438647c7fa7def3a9 /src/ui/widgets/FilePage.h | |
parent | <feat, refactor>(src): Enable top encryption action menu in file mode (diff) | |
download | GpgFrontend-625950219b227be5ac7d98683ebe9b84d00f0c55.tar.gz GpgFrontend-625950219b227be5ac7d98683ebe9b84d00f0c55.zip |
<feat, refactor>(src): Cancel the operation of the file through the right-click menu
Diffstat (limited to 'src/ui/widgets/FilePage.h')
-rw-r--r-- | src/ui/widgets/FilePage.h | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/src/ui/widgets/FilePage.h b/src/ui/widgets/FilePage.h index c99aeab6..e8ee3f25 100644 --- a/src/ui/widgets/FilePage.h +++ b/src/ui/widgets/FilePage.h @@ -128,36 +128,6 @@ class FilePage : public QWidget { * @brief * */ - void slot_encrypt_item(); - - /** - * @brief - * - */ - void slot_encrypt_sign_item(); - - /** - * @brief - * - */ - void slot_decrypt_item(); - - /** - * @brief - * - */ - void slot_sign_item(); - - /** - * @brief - * - */ - void slot_verify_item(); - - /** - * @brief - * - */ void slot_calculate_hash(); /** |