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:
Christian Kandeler
2013-05-21 11:15:53 +02:00
parent f68bd231c8
commit a78fa5fd9c

View File

@@ -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/>