mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-04 19:04:56 +11:00
hyprland/ipc: handle renameworkspace
This commit is contained in:
parent
b336129c34
commit
3c7dfcb220
3 changed files with 28 additions and 1 deletions
|
|
@ -32,11 +32,14 @@ public:
|
|||
void updateFromObject(QVariantMap object);
|
||||
|
||||
[[nodiscard]] qint32 id() const;
|
||||
|
||||
[[nodiscard]] QString name() const;
|
||||
void setName(QString name);
|
||||
|
||||
[[nodiscard]] QVariantMap lastIpcObject() const;
|
||||
|
||||
void setMonitor(HyprlandMonitor* monitor);
|
||||
[[nodiscard]] HyprlandMonitor* monitor() const;
|
||||
void setMonitor(HyprlandMonitor* monitor);
|
||||
|
||||
signals:
|
||||
void idChanged();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue