Update windows version

This commit is contained in:
Ximi1970
2023-07-22 23:38:39 +02:00
parent 8da47bd2ce
commit d004084322

View File

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