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. *