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
Network
KAccounts Integration
Commits
7e781f8c
Commit
7e781f8c
authored
Sep 17, 2022
by
Nate Graham
Browse files
Fix "Implicitly defined onFoo properties" warning
parent
ad988419
Pipeline
#233569
passed with stage
in 59 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/kcm/package/contents/ui/MessageBoxSheet.qml
View file @
7e781f8c
...
...
@@ -37,7 +37,7 @@ Kirigami.OverlaySheet {
action
:
modelData
Connections
{
target
:
action
onTriggered
:
component
.
close
()
function
onTriggered
()
{
component
.
close
()
;
}
}
}
}
...
...
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