diff options
author | saturneric <[email protected]> | 2025-01-26 18:52:33 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-01-26 18:52:33 +0000 |
commit | 3aa7e3221436599a6e1461bb71f2fce9cef7c2ac (patch) | |
tree | c07c3701a05bbee4f6975ca790dc5a5a84bac593 /src/ui/widgets/FilePage.h | |
parent | fix: improve code compatibility (diff) | |
download | GpgFrontend-3aa7e3221436599a6e1461bb71f2fce9cef7c2ac.tar.gz GpgFrontend-3aa7e3221436599a6e1461bb71f2fce9cef7c2ac.zip |
feat: add ui ability to switch batch mode
Diffstat (limited to 'src/ui/widgets/FilePage.h')
-rw-r--r-- | src/ui/widgets/FilePage.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ui/widgets/FilePage.h b/src/ui/widgets/FilePage.h index ae84e246..b302740b 100644 --- a/src/ui/widgets/FilePage.h +++ b/src/ui/widgets/FilePage.h @@ -102,12 +102,6 @@ class FilePage : public QWidget { */ void SignalMainWindowUpdateBasicOperaMenu(unsigned int); - /** - * @brief - * - */ - void SignalSetBatchMode(bool); - protected: /** * @brief |