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

@@ -27,10 +27,4 @@ public:
* @brief Hide the tray icon.
*/
void hide();
Q_SIGNALS:
/**
* @brief Triggered when the system tray icon is clicked to request NeoChat be shown or hidden.
*/
void toggleWindow();
};