aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/FilePage.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-02-13 07:01:28 +0000
committerSaturneric <[email protected]>2022-02-13 07:01:28 +0000
commit625950219b227be5ac7d98683ebe9b84d00f0c55 (patch)
tree89724728c5152d40cbb6668438647c7fa7def3a9 /src/ui/widgets/FilePage.h
parent<feat, refactor>(src): Enable top encryption action menu in file mode (diff)
downloadGpgFrontend-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.h30
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();
/**