Remove unused Connections from the applet

wilder-5.14
Chinmoy Ranjan Pradhan 9 years ago
parent 3b71bfdc18
commit 8e76d0e01f
  1. 7
      applets/appmenu/package/contents/ui/main.qml

@ -118,11 +118,4 @@ Item {
plasmoid.nativeInterface.model = appMenuModel
}
}
Connections {
target: appMenuModel
onResetModel: {
plasmoid.nativeInterface.model = appMenuModel
}
}
}

Loading…
Cancel
Save