blob: a879b2a4604541d64b095dff573940e8f8b4b438 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
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
|