core/window: fix screen assignments being completely broken

This commit is contained in:
outfoxxed 2025-01-22 20:13:29 -08:00
parent b73eff0e47
commit c6791cf1f2
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
3 changed files with 26 additions and 27 deletions

View file

@ -100,7 +100,8 @@ public:
[[nodiscard]] qreal devicePixelRatio() const;
[[nodiscard]] virtual QuickshellScreenInfo* screen() const;
[[nodiscard]] QScreen* qscreen() const;
[[nodiscard]] QuickshellScreenInfo* screen() const;
virtual void setScreen(QuickshellScreenInfo* screen);
[[nodiscard]] QColor color() const;