core/window: add parentWindow property to FloatingWindow

This commit is contained in:
bbedward 2025-11-26 10:29:51 -05:00 committed by outfoxxed
parent ceac3c6cfa
commit b4e71cb2c0
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
5 changed files with 161 additions and 2 deletions

View file

@ -4,6 +4,7 @@ project(quickshell VERSION "0.2.1" LANGUAGES CXX C)
set(UNRELEASED_FEATURES
"network.2"
"colorquant-imagerect"
"window-parent"
)
set(QT_MIN_VERSION "6.6.0")