From d004084322967bd3ff30824400b919bd6cd45f19 Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Sat, 22 Jul 2023 23:38:39 +0200 Subject: [PATCH] Update windows version --- app/SysTray-X/SysTray-X-app/windowctrl-win.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/app/SysTray-X/SysTray-X-app/windowctrl-win.h b/app/SysTray-X/SysTray-X-app/windowctrl-win.h index 41de120..fe15b95 100644 --- a/app/SysTray-X/SysTray-X-app/windowctrl-win.h +++ b/app/SysTray-X/SysTray-X-app/windowctrl-win.h @@ -93,6 +93,20 @@ class WindowCtrlWin : public QObject */ Preferences::MinimizeIconType getMinimizeIconType() const; + /** + * @brief setCloseType + * + * @param type Set the close type. + */ + void setCloseType( Preferences::CloseType type ); + + /** + * @brief getCloseType + * + * @return The close type. + */ + Preferences::CloseType getCloseType() const; + /** * @brief getPpid. Get the parent process id. *