forked from quickshell/quickshell
fix: make ProxyWindowBase's contentItem accessible for anchors
This commit is contained in:
parent
362789fc46
commit
e1281b8e7b
2 changed files with 7 additions and 1 deletions
|
@ -32,6 +32,8 @@ QQuickWindow* ProxyWindowBase::disownWindow() {
|
|||
return window;
|
||||
}
|
||||
|
||||
QQuickItem* ProxyWindowBase::item() { return this->window->contentItem(); }
|
||||
|
||||
// NOLINTNEXTLINE
|
||||
#define PROXYPROP(type, get, set) \
|
||||
type ProxyWindowBase::get() { return this->window->get(); } \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue