Skip to content

Commit 9538d89

Browse files
committed
linting
1 parent 077ed9a commit 9538d89

14 files changed

Lines changed: 315 additions & 314 deletions

modules/nexus/ContentArea.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Item {
6262
root.onForcedTabChanged();
6363
}
6464

65-
target: session
65+
target: root.session
6666
}
6767

6868
ColumnLayout {

modules/nexus/Nexus.qml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ Item {
8484

8585
StyledRect {
8686
id: contentInner
87+
8788
anchors.fill: parent
8889
radius: Appearance.rounding.small
8990
color: Colours.tPalette.m3surface
@@ -99,11 +100,12 @@ Item {
99100
Rectangle {
100101
id: closeBtn
101102

103+
property bool hovered: closeMA.containsMouse
104+
102105
anchors.top: parent.top
103106
anchors.right: parent.right
104107
width: 40
105108
height: 40
106-
property bool hovered: closeMA.containsMouse
107109

108110
color: Colours.tPalette.m3surfaceContainer
109111

@@ -192,7 +194,7 @@ Item {
192194
popoutWidth: 280
193195

194196
SearchEngine {
195-
session: root.session
197+
session: root.session // qmllint disable incompatible-type
196198
}
197199
}
198200

@@ -206,7 +208,7 @@ Item {
206208
popoutWidth: 275
207209

208210
ConfigSwitcher {
209-
session: root.session
211+
session: root.session // qmllint disable incompatible-type
210212
}
211213
}
212214

0 commit comments

Comments
 (0)