refactor: rename ProxyShell/FloatingWindow to Shell/FloatingWindow

also make ProxyWindowBase visible in docs
This commit is contained in:
outfoxxed 2024-02-17 05:14:15 -08:00
parent 083fff57be
commit dc616923aa
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
5 changed files with 26 additions and 18 deletions

View file

@ -19,7 +19,7 @@ class QuickShellGlobal: public QObject {
/// ```qml
/// ShellRoot {
/// Variants {
/// ProxyShellWindow {
/// ShellWindow {
/// // ...
/// }
///