Set associated window for tray icon
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user