export QtType macro
This commit is contained in:
parent
b02540d1c1
commit
0c626fe6db
|
@ -1,11 +1,13 @@
|
|||
import NimQmlTypes
|
||||
import tables
|
||||
from NimQmlMacros import QtType
|
||||
|
||||
export QObject
|
||||
export QApplication
|
||||
export QVariant
|
||||
export QQmlApplicationEngine
|
||||
export QQmlContext
|
||||
export QtType
|
||||
|
||||
type QMetaType* {.pure.} = enum
|
||||
UnknownType = cint(0),
|
||||
|
|
Loading…
Reference in New Issue