From 5c5d3bbfac1914584d585ee756cf1c2d19b7f0aa Mon Sep 17 00:00:00 2001 From: Damocles Date: Thu, 23 Apr 2026 00:49:48 +0200 Subject: [PATCH] fix PinnableSection: drop self-referential module import for qmllint --- shell/modules/PinnableSection.qml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/shell/modules/PinnableSection.qml b/shell/modules/PinnableSection.qml index 5a4c1e3..12aff05 100644 --- a/shell/modules/PinnableSection.qml +++ b/shell/modules/PinnableSection.qml @@ -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: ""