diff options
Diffstat (limited to 'src/ui/main_window/MainWindow.h')
-rw-r--r-- | src/ui/main_window/MainWindow.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/main_window/MainWindow.h b/src/ui/main_window/MainWindow.h index 9f18c510..8ec6bffd 100644 --- a/src/ui/main_window/MainWindow.h +++ b/src/ui/main_window/MainWindow.h @@ -206,7 +206,7 @@ class MainWindow : public GeneralMainWindow { /** * @details Open dialog for encrypting file. */ - void SlotFileEncrypt(const QStringList& paths); + void SlotFileEncrypt(const QStringList& paths, bool ascii); /** * @brief @@ -220,7 +220,7 @@ class MainWindow : public GeneralMainWindow { * * @param path */ - void SlotFileSign(const QStringList& paths); + void SlotFileSign(const QStringList& paths, bool ascii); /** * @brief @@ -241,7 +241,7 @@ class MainWindow : public GeneralMainWindow { * * @param path */ - void SlotFileEncryptSign(const QStringList& paths); + void SlotFileEncryptSign(const QStringList& paths, bool ascii); /** * @brief |