slackbuilds_ponce/office/goldendict/patches/goldendict-qt-5.11-2.patch
Matteo Bernardini c597630c46 office/goldendict: Patch for the newer qt5 and ffmpeg.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2021-04-17 23:25:26 -05:00

22 lines
578 B
Diff

From a65967805ab424b299bdfa1d1f9c7ebb8a7fd517 Mon Sep 17 00:00:00 2001
From: Perfect Gentleman <perfect007gentleman@gmail.com>
Date: Wed, 11 Apr 2018 00:04:12 +0700
Subject: [PATCH] Update groups_widgets.hh
fixes https://github.com/goldendict/goldendict/issues/991
---
groups_widgets.hh | 1 +
1 file changed, 1 insertion(+)
diff --git a/groups_widgets.hh b/groups_widgets.hh
index ce442fa2..2064e3bb 100644
--- a/groups_widgets.hh
+++ b/groups_widgets.hh
@@ -8,6 +8,7 @@
#include <vector>
+#include <QAction>
#include <QListWidget>
#include <QSortFilterProxyModel>