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

@@ -21,10 +21,4 @@ class TrayIcon : public QSystemTrayIcon
Q_OBJECT
public:
TrayIcon(QObject *parent = nullptr);
Q_SIGNALS:
/**
* @brief Triggered when the system tray icon is clicked to request NeoChat be shown or hidden.
*/
void toggleWindow();
};