fix: undeclared identifier - setDeviceName
This commit is contained in:
parent
4ee0d78cb6
commit
fb894880bb
|
@ -122,7 +122,7 @@ QtObject:
|
|||
notify = deviceSetupChanged
|
||||
|
||||
proc setDeviceName*(self: ProfileView, deviceName: string) {.slot.} =
|
||||
devices.setDeviceName(deviceName)
|
||||
status_devices.setDeviceName(deviceName)
|
||||
self.setDeviceSetup(true)
|
||||
|
||||
proc syncAllDevices*(self: ProfileView) {.slot.} =
|
||||
|
|
Loading…
Reference in New Issue