Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Milou
Commits
113480f6
Verified
Commit
113480f6
authored
Mar 18, 2021
by
Alexander Lohnau
💬
Browse files
Set RunnerManager runnerWindow variable if it is available
CCBUG: 433173
Needed for compatibility logic in
plasma-workspace!723
parent
a6382de4
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/qml/ResultsView.qml
View file @
113480f6
...
...
@@ -76,6 +76,11 @@ ListView {
onQueryStringChangeRequested
:
{
listView
.
updateQueryString
(
queryString
,
pos
)
}
Component.onCompleted
:
{
if
(
typeof
runnerWindow
!==
"
undefined
"
)
{
runnerWindow
.
runnerManager
=
runnerManager
}
}
onQueryStringChanged
:
resetView
()
onModelReset
:
resetView
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment