Fix compilation with Qt 5.11 (#4374)

Add extends attribute for custom widget RowTableView per upstream uic change http://code.qt.io/cgit/qt/qtbase.git/commit/?id=058474884c2505a8a00d4c59b4922bfcd3597c2f
This commit is contained in:
Hyunjin Song
2018-05-23 14:59:45 +09:00
committed by GitHub
parent 68a621cc16
commit daa3f53515

View File

@@ -102,6 +102,7 @@
<customwidgets>
<customwidget>
<class>RowTableView</class>
<extends>QTableView</extends>
<header>RowTableView.h</header>
</customwidget>
</customwidgets>