mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-04 00:56:07 +01:00
c597630c46
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
22 lines
578 B
Diff
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>
|
|
|