29 #ifndef GPGFRONTEND_GNUPGCONTROLLERDIALOGLOG_H
30 #define GPGFRONTEND_GNUPGCONTROLLERDIALOGLOG_H
32 #include "ui/GpgFrontendUI.h"
33 #include "ui/dialog/GeneralDialog.h"
35 class Ui_GnuPGControllerDialog;
78 void slot_update_custom_key_database_path_label(
int state);
84 void slot_update_custom_gnupg_install_path_label(
int state);
87 std::shared_ptr<Ui_GnuPGControllerDialog> ui_;
88 int restart_needed_{0};
100 void apply_settings();
Definition: GeneralDialog.h:35
Definition: GnuPGControllerDialog.h:38
void slot_set_restart_needed(int)
Definition: GnuPGControllerDialog.cpp:410
void SignalRestartNeeded(int)
int get_restart_needed() const
Get the Restart Needed object.
Definition: GnuPGControllerDialog.cpp:406
GnuPGControllerDialog(QWidget *parent=nullptr)
Construct a new General Tab object.
Definition: GnuPGControllerDialog.cpp:40
Definition: FileReadTask.cpp:29