summaryrefslogtreecommitdiff
path: root/user/plasma-desktop/headers.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-30 22:51:14 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-30 22:51:14 +0000
commit400205142a424625ae072e089f26cdf031ce3bef (patch)
treec4207912ecad650030823b2cf91e26d53c0be017 /user/plasma-desktop/headers.patch
parent94cae37ee39616d56b849714d6aad7a9d181baa3 (diff)
downloadpackages-400205142a424625ae072e089f26cdf031ce3bef.tar.gz
packages-400205142a424625ae072e089f26cdf031ce3bef.tar.bz2
packages-400205142a424625ae072e089f26cdf031ce3bef.tar.xz
packages-400205142a424625ae072e089f26cdf031ce3bef.zip
user/plasma-desktop: Bump to 5.12.9
Diffstat (limited to 'user/plasma-desktop/headers.patch')
-rw-r--r--user/plasma-desktop/headers.patch35
1 files changed, 35 insertions, 0 deletions
diff --git a/user/plasma-desktop/headers.patch b/user/plasma-desktop/headers.patch
new file mode 100644
index 000000000..b68ef8436
--- /dev/null
+++ b/user/plasma-desktop/headers.patch
@@ -0,0 +1,35 @@
+From 18001c2926dc7d8f57060e34114283d6c2138471 Mon Sep 17 00:00:00 2001
+From: Frederik Gladhorn <gladhorn@kde.org>
+Date: Thu, 18 Jul 2019 09:55:00 +0200
+Subject: Fix build, include QTime
+
+Summary: The type is used, but was not directly included. Fixes build with Qt 5.13.
+
+Reviewers: #plasma, broulik
+
+Reviewed By: #plasma, broulik
+
+Subscribers: plasma-devel
+
+Tags: #plasma
+
+Differential Revision: https://phabricator.kde.org/D22522
+---
+ kcms/dateandtime/dtime.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/kcms/dateandtime/dtime.h b/kcms/dateandtime/dtime.h
+index cceb071..965b487 100644
+--- a/kcms/dateandtime/dtime.h
++++ b/kcms/dateandtime/dtime.h
+@@ -26,6 +26,7 @@
+
+ #include <QSpinBox>
+ #include <QComboBox>
++#include <QTime>
+ #include <QTimer>
+ #include <QWidget>
+ #include <QCheckBox>
+--
+cgit v1.1
+