Set associated window for tray icon

This commit is contained in:
Nicolas Fella
2023-04-12 18:37:10 +02:00
parent 10bdc1d3d1
commit a0b0a5d47f
3 changed files with 19 additions and 0 deletions

View File

@@ -14,11 +14,15 @@ public:
static WindowController &instance();
void setWindow(QWindow *window);
QWindow *window() const;
void restoreGeometry();
void saveGeometry();
void showAndRaiseWindow(const QString &startupId);
Q_SIGNALS:
void windowChanged();
private:
WindowController() = default;