qt: refactor: Use absolute include paths in .ui files

This commit is contained in:
Wladimir J. van der Laan
2017-08-15 17:18:36 +02:00
committed by MeshCollider
parent 1a445343f6
commit 5b56ec969f
11 changed files with 14 additions and 14 deletions

View File

@@ -824,12 +824,12 @@
<customwidget>
<class>QValidatedLineEdit</class>
<extends>QLineEdit</extends>
<header>qvalidatedlineedit.h</header>
<header>qt/qvalidatedlineedit.h</header>
</customwidget>
<customwidget>
<class>QValueComboBox</class>
<extends>QComboBox</extends>
<header>qvaluecombobox.h</header>
<header>qt/qvaluecombobox.h</header>
</customwidget>
</customwidgets>
<resources/>