aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/main_window/MainWindow.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-02-02 06:47:24 +0000
committerSaturneric <[email protected]>2022-02-02 06:47:24 +0000
commit3780c1baab8562e15eade1c1be25ccebd0e70814 (patch)
tree0f7984b0725830cad6492bd91a4d6adaf58601c2 /src/ui/main_window/MainWindow.h
parent<doc>(project): Separate user manual from development documentation. (diff)
downloadGpgFrontend-3780c1baab8562e15eade1c1be25ccebd0e70814.tar.gz
GpgFrontend-3780c1baab8562e15eade1c1be25ccebd0e70814.zip
<refactor, fix>(ui): Repair and tidy the signal and slot docking
1. Use more modern ways. 2. Repair partial docking.
Diffstat (limited to 'src/ui/main_window/MainWindow.h')
-rw-r--r--src/ui/main_window/MainWindow.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ui/main_window/MainWindow.h b/src/ui/main_window/MainWindow.h
index 0063f524..b169a73f 100644
--- a/src/ui/main_window/MainWindow.h
+++ b/src/ui/main_window/MainWindow.h
@@ -123,6 +123,12 @@ class MainWindow : public QMainWindow {
*/
void SlotFileDecryptVerify();
+ /**
+ * @details get value of member restartNeeded to needed.
+ * @param needed true, if application has to be restarted
+ */
+ void SlotSetRestartNeeded(bool needed);
+
private slots:
/**
@@ -241,12 +247,6 @@ class MainWindow : public QMainWindow {
void slot_disable_tab_actions(int number);
/**
- * @details get value of member restartNeeded to needed.
- * @param needed true, if application has to be restarted
- */
- void slot_set_restart_needed(bool needed);
-
- /**
* @details called when need to upgrade.
*/
void slot_version_upgrade(const SoftwareVersion& version);