Move Controller::toggleWindow to WindowController

This commit is contained in:
Tobias Fella
2023-12-23 14:50:36 +00:00
parent d02eee6daa
commit 4c3d7ab011
8 changed files with 28 additions and 44 deletions

View File

@@ -66,6 +66,11 @@ public:
*/
Q_INVOKABLE void setBlur(QQuickItem *item, bool blur);
/**
* Toggles the window between hidden and visible.
*/
void toggleWindow();
Q_SIGNALS:
/**
* @brief Triggered if the managed window is changed.