app-office/kexi: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12151
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2019-06-01 18:24:21 +02:00
committed by Andreas Sturmlechner
parent c7c1a8af0d
commit e837a3f6a2

View File

@@ -1,24 +0,0 @@
From c7b9215e7ae30a052fa11aa4199e7adea517c7e2 Mon Sep 17 00:00:00 2001
From: Andreas Sturmlechner <andreas.sturmlechner@gmail.com>
Date: Tue, 20 Mar 2018 00:06:46 +0100
Subject: [PATCH] Fix build with Qt 5.11 (missing headers)
---
src/main/startup/KexiNewProjectAssistant.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/main/startup/KexiNewProjectAssistant.cpp b/src/main/startup/KexiNewProjectAssistant.cpp
index 59e819acc..6568f1b5c 100644
--- a/src/main/startup/KexiNewProjectAssistant.cpp
+++ b/src/main/startup/KexiNewProjectAssistant.cpp
@@ -48,6 +48,7 @@
#include <KIconLoader>
#include <KStandardGuiItem>
+#include <QAction>
#include <QDebug>
#include <QLayout>
#include <QCheckBox>
--
2.16.2