You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-vcs/qgit/files/qgit-2.7-qt-5.11.patch

25 lines
590 B

From 563bc3ab3f928a3ba1c22e5e62ab8cbe15c6bc15 Mon Sep 17 00:00:00 2001
From: Andreas Sturmlechner <asturm@gentoo.org>
Date: Tue, 17 Apr 2018 13:28:19 +0200
Subject: [PATCH] Fix build with Qt 5.11 (missing header)
---
src/patchview.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/patchview.cpp b/src/patchview.cpp
index 5e3765d..afa796e 100644
--- a/src/patchview.cpp
+++ b/src/patchview.cpp
@@ -6,6 +6,7 @@
Copyright: See COPYING file that comes with this distribution
*/
+#include <QButtonGroup>
#include <QScrollBar>
#include "common.h"
#include "git.h"
--
2.17.0