export QtType macro

This commit is contained in:
Will Szumski 2015-01-02 20:07:48 +00:00
parent b02540d1c1
commit 0c626fe6db
1 changed files with 2 additions and 0 deletions

View File

@ -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),