mirror of
https://github.com/status-im/dotherside.git
synced 2025-02-07 18:23:44 +00:00
removed unused variable: typeName
This commit is contained in:
parent
d2fc0c3c00
commit
399adc747a
@ -493,7 +493,6 @@ macro QtObject*(qtDecl: stmt): stmt {.immediate.} =
|
||||
result.add it
|
||||
if typ == nil:
|
||||
error("you must declare an object that inherits from QObject")
|
||||
let typeName = typ.getTypeName()
|
||||
|
||||
result.add genOnSlotCalled(typ, slots)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user