Port Connections to function syntax
This commit is contained in:
parent
bf56ef0eb7
commit
abd088a375
1 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,9 @@ QtObject {
|
||||||
|
|
||||||
readonly property Connections connection: Connections {
|
readonly property Connections connection: Connections {
|
||||||
id: conn
|
id: conn
|
||||||
onPluginsChanged: pluginsChanged()
|
function onPluginsChanged() {
|
||||||
|
root.pluginsChanged();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Component.onCompleted: pluginsChanged()
|
Component.onCompleted: pluginsChanged()
|
||||||
|
|
Loading…
Reference in a new issue