Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Workspace
Commits
99bdfae6
Commit
99bdfae6
authored
Nov 03, 2020
by
Aleix Pol Gonzalez
🐧
Committed by
Aleix Pol Gonzalez
Nov 03, 2020
Browse files
Fix QML warning
We forgot to add the argument when porting to the new syntax.
parent
f6269cad
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/systemtray/package/contents/ui/PlasmoidPopupsContainer.qml
View file @
99bdfae6
...
...
@@ -74,7 +74,7 @@ StackView {
}
Connections
{
target
:
plasmoid
function
onAppletRemoved
()
{
function
onAppletRemoved
(
applet
)
{
if
(
applet
==
root
.
activeApplet
)
{
mainStack
.
clear
()
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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