From a78fa5fd9c59e2ba0e746293baef25b040dc13bb Mon Sep 17 00:00:00 2001 From: Christian Kandeler <christian.kandeler@digia.com> Date: Tue, 21 May 2013 11:15:53 +0200 Subject: [PATCH] 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> --- src/plugins/git/gerrit/gerritpushdialog.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/git/gerrit/gerritpushdialog.ui b/src/plugins/git/gerrit/gerritpushdialog.ui index 1cd87eb3471..a4caf7dc459 100644 --- a/src/plugins/git/gerrit/gerritpushdialog.ui +++ b/src/plugins/git/gerrit/gerritpushdialog.ui @@ -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/> -- GitLab