aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/main_window/MainWindow.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2023-04-04 16:19:36 +0000
committerSaturneric <[email protected]>2023-04-04 16:19:36 +0000
commit2b2ae2bc7b704e5631458f0411fb3ee9203efdcb (patch)
tree018a9cb84151b413c1f9b9c5e9a7fee3b9817777 /src/ui/main_window/MainWindow.h
parentfeat: add custom gpgconf path support in context (diff)
downloadGpgFrontend-2b2ae2bc7b704e5631458f0411fb3ee9203efdcb.tar.gz
GpgFrontend-2b2ae2bc7b704e5631458f0411fb3ee9203efdcb.zip
feat: add gnupg controller
Diffstat (limited to 'src/ui/main_window/MainWindow.h')
-rw-r--r--src/ui/main_window/MainWindow.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ui/main_window/MainWindow.h b/src/ui/main_window/MainWindow.h
index 04a82759..8f0b2e4d 100644
--- a/src/ui/main_window/MainWindow.h
+++ b/src/ui/main_window/MainWindow.h
@@ -92,6 +92,11 @@ class MainWindow : public GeneralMainWindow {
*/
void SignalLoaded();
+ /**
+ * @brief
+ */
+ void SignalRestartApplication(int);
+
public slots:
/**
@@ -400,6 +405,7 @@ class MainWindow : public GeneralMainWindow {
QAction* clean_double_line_breaks_act_{}; ///< Action to remove double line
///< breaks
+ QAction* gnupg_controller_open_act_{}; ///<
QAction* clean_gpg_password_cache_act_{}; ///<
QAction* reload_components_act_{}; ///<
QAction* restart_components_act_{}; ///<