forked from quickshell/quickshell
core/plugin: rename QuickshellPlugin to QsEnginePlugin
Fixes conflict with the autogenerated qml plugin of the same name.
This commit is contained in:
parent
afa1b6f88b
commit
2996e40ff9
8 changed files with 27 additions and 27 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
namespace {
|
||||
|
||||
class WindowPlugin: public QuickshellPlugin {
|
||||
class WindowPlugin: public QsEnginePlugin {
|
||||
// _Window has to be registered before wayland or x11 modules, otherwise module overlays
|
||||
// will apply in the wrong order.
|
||||
QString name() override { return "window"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue