Removed export statements

This commit is contained in:
Filippo Cucchetto 2015-01-11 12:19:24 +01:00
parent 3613bfea4e
commit d1c2dbc224

View File

@ -2,12 +2,6 @@ include NimQmlTypes
## NimQml aims to provide binding to the QML for the Nim programming language
export QObject
export QApplication
export QVariant
export QQmlApplicationEngine
export QQmlContext
type QMetaType* {.pure.} = enum ## \
## Qt metatypes values used for specifing the
## signals and slots argument and return types.