forked from quickshell/quickshell
core/reloader: wrap QQuickItem root nodes in a floating window
Useful for testing
This commit is contained in:
parent
c21df95087
commit
57a5d8e1ed
2 changed files with 12 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
#include "qmlglobal.hpp"
|
||||
#include "reload.hpp"
|
||||
|
||||
///! Root config element
|
||||
///! Optional root config element, allowing some settings to be specified inline.
|
||||
class ShellRoot: public ReloadPropagator {
|
||||
Q_OBJECT;
|
||||
Q_PROPERTY(QuickshellSettings* settings READ settings CONSTANT);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue