need ref count
This commit is contained in:
parent
a3edf3350f
commit
b453efd778
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ Singleton {
|
||||||
|
|
||||||
readonly property list<AccessPoint> networks: []
|
readonly property list<AccessPoint> networks: []
|
||||||
readonly property AccessPoint active: networks.find(n => n.active) ?? null
|
readonly property AccessPoint active: networks.find(n => n.active) ?? null
|
||||||
|
property int refCount
|
||||||
|
|
||||||
reloadableId: "network"
|
reloadableId: "network"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue