diff options
Diffstat (limited to 'src/ui/dialog/gnupg/GnuPGControllerDialog.h')
-rw-r--r-- | src/ui/dialog/gnupg/GnuPGControllerDialog.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ui/dialog/gnupg/GnuPGControllerDialog.h b/src/ui/dialog/gnupg/GnuPGControllerDialog.h index 497f293a..9d53cf46 100644 --- a/src/ui/dialog/gnupg/GnuPGControllerDialog.h +++ b/src/ui/dialog/gnupg/GnuPGControllerDialog.h @@ -29,6 +29,7 @@ #ifndef GPGFRONTEND_GNUPGCONTROLLERDIALOGLOG_H #define GPGFRONTEND_GNUPGCONTROLLERDIALOGLOG_H +#include <string> #include "ui/GpgFrontendUI.h" #include "ui/dialog/GeneralDialog.h" @@ -98,6 +99,10 @@ class GnuPGControllerDialog : public GeneralDialog { void set_settings(); void apply_settings(); + + bool check_custom_gnupg_path(std::string); + + bool check_custom_gnupg_key_database_path(std::string); }; } // namespace GpgFrontend::UI |