aboutsummaryrefslogtreecommitdiff
path: root/finance/kmymoney
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2018-08-31 00:30:15 +0000
committerJason E. Hale <jhale@FreeBSD.org>2018-08-31 00:30:15 +0000
commitebb5bc66ac2c474aacc56d74fd17f26f166cb6b1 (patch)
tree145ae15b8988aec90bad476732cafc1cf43dc231 /finance/kmymoney
parent1949f289554e20aa134d1a79df69a57f7a8d92cf (diff)
downloadports-ebb5bc66ac2c474aacc56d74fd17f26f166cb6b1.tar.gz
ports-ebb5bc66ac2c474aacc56d74fd17f26f166cb6b1.zip
Fix build with Qt 5.11
PR: 230884 Obtained from: upstream
Notes
Notes: svn path=/head/; revision=478503
Diffstat (limited to 'finance/kmymoney')
-rw-r--r--finance/kmymoney/files/patch-kmymoney_plugins_kbanking_widgets_chiptandialog.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/finance/kmymoney/files/patch-kmymoney_plugins_kbanking_widgets_chiptandialog.cpp b/finance/kmymoney/files/patch-kmymoney_plugins_kbanking_widgets_chiptandialog.cpp
new file mode 100644
index 000000000000..7eba5a1086bd
--- /dev/null
+++ b/finance/kmymoney/files/patch-kmymoney_plugins_kbanking_widgets_chiptandialog.cpp
@@ -0,0 +1,15 @@
+From e5198a902996b27bf9abde0ad24af82d55ab5dc1 Mon Sep 17 00:00:00 2001
+From: Luca Beltrame <lbeltrame@kde.org>
+Date: Thu, 10 May 2018 09:35:34 +0200
+Subject: [PATCH] Fix build with Qt 5.11
+
+--- kmymoney/plugins/kbanking/widgets/chiptandialog.cpp.orig 2018-03-18 15:55:30 UTC
++++ kmymoney/plugins/kbanking/widgets/chiptandialog.cpp
+@@ -28,6 +28,7 @@
+ #include <QQuickView>
+ #include <QQuickItem>
+ #include <QPushButton>
++#include <QRegExpValidator>
+ #include <QStandardPaths>
+
+ #include <KLocalizedString>