hotfix(nim): Can't start the app
remove duplicate nim slot; looks like a rebase gone wrong Fixes being unable to build/start the app Closes #6599
This commit is contained in:
parent
6b9b5f20a8
commit
fa93b08064
|
@ -188,6 +188,3 @@ QtObject:
|
|||
|
||||
proc hasReceivedVerificationRequestFrom*(self: View, fromId: string): bool {.slot.} =
|
||||
result = self.delegate.hasReceivedVerificationRequestFrom(fromId)
|
||||
|
||||
proc acceptContactRequest*(self: View, publicKey: string) {.slot.} =
|
||||
self.delegate.acceptContactRequest(publicKey)
|
||||
|
|
Loading…
Reference in New Issue