aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/main_window/MainWindow.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-02-04 15:17:16 +0000
committersaturneric <[email protected]>2025-02-04 15:17:16 +0000
commit4050dd0db4ff31c3de1a966ceade1c20540c63b5 (patch)
treeff948010519560a382545768cbb8b7b4ec9a580e /src/ui/main_window/MainWindow.h
parentMerge branch 'develop' (diff)
downloadGpgFrontend-4050dd0db4ff31c3de1a966ceade1c20540c63b5.tar.gz
GpgFrontend-4050dd0db4ff31c3de1a966ceade1c20540c63b5.zip
fix: solve discovered issues before release v2.1.7
Diffstat (limited to 'src/ui/main_window/MainWindow.h')
-rw-r--r--src/ui/main_window/MainWindow.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ui/main_window/MainWindow.h b/src/ui/main_window/MainWindow.h
index 165deee5..9e5a289c 100644
--- a/src/ui/main_window/MainWindow.h
+++ b/src/ui/main_window/MainWindow.h
@@ -661,6 +661,13 @@ class MainWindow : public GeneralMainWindow {
auto sign_operation_key_validate(
const QSharedPointer<GpgOperaContextBasement>& contexts) -> bool;
+ /**
+ * @brief
+ *
+ * @return auto
+ */
+ void check_update_at_startup();
+
TextEdit* edit_{}; ///< Tabwidget holding the edit-windows
QMenu* file_menu_{}; ///< Submenu for file-operations
QMenu* edit_menu_{}; ///< Submenu for text-operations