forked from quickshell/quickshell
rename: QuickShell => Quickshell
This commit is contained in:
parent
307e6c05be
commit
4ae7ff8c72
19 changed files with 78 additions and 78 deletions
|
@ -25,10 +25,10 @@ public:
|
|||
///! Creates instances of a component based on a given set of variants.
|
||||
/// Creates and destroys instances of the given component when the given property changes.
|
||||
///
|
||||
/// See [QuickShell.screens] for an example of using `Variants` to create copies of a window per
|
||||
/// See [Quickshell.screens] for an example of using `Variants` to create copies of a window per
|
||||
/// screen.
|
||||
///
|
||||
/// [QuickShell.screens]: ../quickshell#prop.screens
|
||||
/// [Quickshell.screens]: ../quickshell#prop.screens
|
||||
class Variants: public Reloadable {
|
||||
Q_OBJECT;
|
||||
/// The component to create instances of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue