diff options
Diffstat (limited to 'src/ui/main_window/MainWindowFileSlotFunction.cpp')
-rw-r--r-- | src/ui/main_window/MainWindowFileSlotFunction.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/ui/main_window/MainWindowFileSlotFunction.cpp b/src/ui/main_window/MainWindowFileSlotFunction.cpp index 133a7820..535f47af 100644 --- a/src/ui/main_window/MainWindowFileSlotFunction.cpp +++ b/src/ui/main_window/MainWindowFileSlotFunction.cpp @@ -450,24 +450,4 @@ void MainWindow::slotFileDecryptVerify() { } } -void MainWindow::slotFileEncryptCustom() { - new FileEncryptionDialog(mKeyList->getChecked(), - FileEncryptionDialog::Encrypt, this); -} - -void MainWindow::slotFileDecryptCustom() { - new FileEncryptionDialog(mKeyList->getChecked(), - FileEncryptionDialog::Decrypt, this); -} - -void MainWindow::slotFileSignCustom() { - new FileEncryptionDialog(mKeyList->getChecked(), FileEncryptionDialog::Sign, - this); -} - -void MainWindow::slotFileVerifyCustom() { - new FileEncryptionDialog(mKeyList->getChecked(), FileEncryptionDialog::Verify, - this); -} - } // namespace GpgFrontend::UI |