| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/databases/kexi/files/ |
Upload File : |
From 511d99b7745a6ce87a208bdbf69e631f1f136d53 Mon Sep 17 00:00:00 2001 From: Luca Beltrame <lbeltrame@kde.org> Date: Sun, 21 Jul 2019 09:07:44 +0200 Subject: Fix build with Qt 5.13 The QDate include is no longer included transitively. --- 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 1e0692d..92a5c88 100644 --- src/plugins/forms/widgets/kexidbdatepicker.cpp +++ src/plugins/forms/widgets/kexidbdatepicker.cpp @@ -22,6 +22,7 @@ #include "kexidbdatepicker.h" #include <kexiutils/utils.h> +#include <QDate> #include <QLineEdit> #include <QInputMethodEvent> -- cgit v1.1