forked from Lainports/opnsense-ports
31 lines
858 B
Text
31 lines
858 B
Text
From 1578fcb4a0407cf368edb6ee4605c4ef9e77b6ed 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)
|
|
|
|
Reviewers: #kexi, staniek
|
|
|
|
Reviewed By: #kexi, staniek
|
|
|
|
Subscribers: staniek
|
|
|
|
Tags: #kexi
|
|
|
|
Differential Revision: https://phabricator.kde.org/D11503
|
|
---
|
|
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
|
|
--- src/main/startup/KexiNewProjectAssistant.cpp
|
|
+++ src/main/startup/KexiNewProjectAssistant.cpp
|
|
@@ -48,6 +48,7 @@
|
|
#include <KIconLoader>
|
|
#include <KStandardGuiItem>
|
|
|
|
+#include <QAction>
|
|
#include <QDebug>
|
|
#include <QLayout>
|
|
#include <QCheckBox>
|
|
|