fix PinnableSection: drop self-referential module import for qmllint
This commit is contained in:
parent
aa0f7bb5ef
commit
5c5d3bbfac
1 changed files with 1 additions and 4 deletions
|
|
@ -1,12 +1,9 @@
|
|||
import QtQuick
|
||||
import Quickshell
|
||||
import "." as M
|
||||
import "../services" as S
|
||||
|
||||
// Base component for bar modules with a pinnable hover panel.
|
||||
// Provides the _pinned/_anyHover/_showPanel/_unpinTimer boilerplate.
|
||||
// Modules bind _panelHovered to their HoverPanel's panelHovered property.
|
||||
M.BarSection {
|
||||
BarSection {
|
||||
id: root
|
||||
tooltip: ""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue