forked from qt-creator/qt-creator
Git: Fix include from ui file.
In the case of a shadow build, a relative local include will only work by accident, if at all. Use a global one instead. Change-Id: Idc2636d519ea19a3325c861cdcb1dcfb6e0a5920 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -176,7 +176,7 @@ Partial names can be used if they are unambiguous.</string>
|
||||
<customwidget>
|
||||
<class>Git::Internal::LogChangeWidget</class>
|
||||
<extends>QTreeView</extends>
|
||||
<header>../logchangedialog.h</header>
|
||||
<header location="global">git/logchangedialog.h</header>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<resources/>
|
||||
|
||||
Reference in New Issue
Block a user