Fix QTableView.verticalHeader() and return the correct header

This commit is contained in:
Simon Edwards 2021-08-30 19:24:38 +02:00
parent 5aab3ed97d
commit 391971f80b

View File

@ -263,7 +263,7 @@
InstanceMethod("showRow", &WidgetWrapName::showRow), \
InstanceMethod("sortByColumn", &WidgetWrapName::sortByColumn), \
InstanceMethod("horizontalHeader", &WidgetWrapName::horizontalHeader), \
InstanceMethod("verticalHeader", &WidgetWrapName::horizontalHeader)
InstanceMethod("verticalHeader", &WidgetWrapName::verticalHeader)
#endif // QTABLEVIEW_WRAPPED_METHODS_EXPORT_DEFINE