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
KDE Connect
Commits
abd088a3
Verified
Commit
abd088a3
authored
Aug 16, 2022
by
ivan tkachenko
Browse files
Port Connections to function syntax
parent
bf56ef0e
Pipeline
#219108
passed with stage
in 6 minutes and 21 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
declarativeplugin/qml/PluginChecker.qml
View file @
abd088a3
...
...
@@ -19,7 +19,9 @@ QtObject {
readonly
property
Connections
connection
:
Connections
{
id
:
conn
onPluginsChanged
:
pluginsChanged
()
function
onPluginsChanged
()
{
root
.
pluginsChanged
();
}
}
Component.onCompleted
:
pluginsChanged
()
...
...
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