Fixed: typo that prevent the generation of slots/signals/properties with int

This commit is contained in:
Filippo Cucchetto 2015-01-05 19:51:45 +01:00
parent 665f6c6b64
commit 9b8985c701
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ let nimFromQtVariant {.compileTime.} = {
let nim2QtMeta {.compileTime.} = { let nim2QtMeta {.compileTime.} = {
"bool": "Bool", "bool": "Bool",
"int " : "Int", "int" : "Int",
"string" : "QString", "string" : "QString",
"pointer" : "VoidStar", "pointer" : "VoidStar",
"QVariant": "QVariant", "QVariant": "QVariant",