File: upstream_Fix-build-with-Qt-5.13.patch

package info (click to toggle)
kexi 1%3A3.2.0-4.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 30,628 kB
  • sloc: cpp: 98,995; ansic: 4,556; sql: 955; sh: 628; python: 556; java: 107; makefile: 9
file content (27 lines) | stat: -rw-r--r-- 819 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From a86e74fc6364f3ac4adbbf6712eb4f348e68e308 Mon Sep 17 00:00:00 2001
From: Luca Beltrame <lbeltrame@kde.org>
Date: Sun, 21 Jul 2019 09:07:44 +0200
Subject: [PATCH] Fix build with Qt 5.13

The QDate include is no longer included transitively.

(cherry picked from commit 511d99b7745a6ce87a208bdbf69e631f1f136d53)
---
 src/plugins/forms/widgets/kexidbdatepicker.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/plugins/forms/widgets/kexidbdatepicker.cpp b/src/plugins/forms/widgets/kexidbdatepicker.cpp
index 1e0692d5b..92a5c880b 100644
--- a/src/plugins/forms/widgets/kexidbdatepicker.cpp
+++ b/src/plugins/forms/widgets/kexidbdatepicker.cpp
@@ -22,6 +22,7 @@
 #include "kexidbdatepicker.h"
 #include <kexiutils/utils.h>
 
+#include <QDate>
 #include <QLineEdit>
 #include <QInputMethodEvent>
 
-- 
2.23.0