Added export for Orientation enum

This commit is contained in:
Paweł Borecki 2019-08-22 09:42:05 +02:00 committed by GitHub
parent a05181a2e3
commit 0ac5a78031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
// enums
export { AspectRatioMode, WidgetAttribute, WindowType } from "./lib/QtEnums";
export { AspectRatioMode, WidgetAttribute, WindowType, Orientation } from "./lib/QtEnums";
export { QApplication } from "./lib/QtGui/QApplication";
export { QWidget, QWidgetEvents } from "./lib/QtGui/QWidget";
export { QPixmap } from "./lib/QtGui/QPixmap";