diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-01-27 01:03:27 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-01-27 01:03:27 +0000 |
commit | e2f5fb8fd2d151baeb97c2f8fb1b7b56a41eddd4 (patch) | |
tree | a3d7ccf0b97b147478cb769ebec33c19d77aca92 /user/plasma-desktop/headers.patch | |
parent | c58edf8b9ac4367e08cad2a15987550d4e4a849a (diff) | |
download | packages-e2f5fb8fd2d151baeb97c2f8fb1b7b56a41eddd4.tar.gz packages-e2f5fb8fd2d151baeb97c2f8fb1b7b56a41eddd4.tar.bz2 packages-e2f5fb8fd2d151baeb97c2f8fb1b7b56a41eddd4.tar.xz packages-e2f5fb8fd2d151baeb97c2f8fb1b7b56a41eddd4.zip |
user/[KDE Plasma]: Plasma 5.18 Beta
Diffstat (limited to 'user/plasma-desktop/headers.patch')
-rw-r--r-- | user/plasma-desktop/headers.patch | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/user/plasma-desktop/headers.patch b/user/plasma-desktop/headers.patch deleted file mode 100644 index b68ef8436..000000000 --- a/user/plasma-desktop/headers.patch +++ /dev/null @@ -1,35 +0,0 @@ -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 - |