more plasma-nm components to try to autoconnect

This commit is contained in:
Marco Martin 2020-01-27 17:26:16 +01:00
parent bd078c7fa6
commit 0dad4b65f6

View file

@ -46,6 +46,14 @@ PlasmaCore.IconItem {
id: networkStatus
}
PlasmaNM.NetworkModel {
id: connectionModel
}
PlasmaNM.Handler {
id: handler
}
PlasmaNM.ConnectionIcon {
id: connectionIconProvider
}