fix PinnableSection: drop self-referential module import for qmllint

This commit is contained in:
Damocles 2026-04-23 00:49:48 +02:00
parent aa0f7bb5ef
commit 5c5d3bbfac

View file

@ -1,12 +1,9 @@
import QtQuick import QtQuick
import Quickshell
import "." as M
import "../services" as S
// Base component for bar modules with a pinnable hover panel. // Base component for bar modules with a pinnable hover panel.
// Provides the _pinned/_anyHover/_showPanel/_unpinTimer boilerplate. // Provides the _pinned/_anyHover/_showPanel/_unpinTimer boilerplate.
// Modules bind _panelHovered to their HoverPanel's panelHovered property. // Modules bind _panelHovered to their HoverPanel's panelHovered property.
M.BarSection { BarSection {
id: root id: root
tooltip: "" tooltip: ""