diff options
author | 2020-03-19 01:30:10 +0100 | |
---|---|---|
committer | 2020-03-19 01:30:30 +0100 | |
commit | 305945367df9ecff66fd0389c1312df733028863 (patch) | |
tree | 8f54b88a7e3999d0d19bf27ce90d507bf0104809 /kde-apps/kcharselect/files | |
parent | app-admin/abrt: Version bump to 2.14.0 (diff) | |
download | gentoo-305945367df9ecff66fd0389c1312df733028863.tar.gz gentoo-305945367df9ecff66fd0389c1312df733028863.tar.bz2 gentoo-305945367df9ecff66fd0389c1312df733028863.zip |
kde-apps: Drop KDE Applications 19.08.3
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kcharselect/files')
-rw-r--r-- | kde-apps/kcharselect/files/kcharselect-19.08.3-qt-5.14.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/kde-apps/kcharselect/files/kcharselect-19.08.3-qt-5.14.patch b/kde-apps/kcharselect/files/kcharselect-19.08.3-qt-5.14.patch deleted file mode 100644 index 884ed6a79628..000000000000 --- a/kde-apps/kcharselect/files/kcharselect-19.08.3-qt-5.14.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 956b63170b2606fb274f0bd90399dac0ae9dbcd4 Mon Sep 17 00:00:00 2001 -From: Laurent Montel <montel@kde.org> -Date: Tue, 17 Sep 2019 13:41:01 +0200 -Subject: Make it compiles against qt5.14 - ---- - kcharselectdia.cc | 3 +-- - 1 file changed, 1 insertion(+), 2 deletions(-) - -diff --git a/kcharselectdia.cc b/kcharselectdia.cc -index f1790b5..116cba4 100644 ---- a/kcharselectdia.cc -+++ b/kcharselectdia.cc -@@ -265,7 +265,6 @@ void KCharSelectDia::toClipHTML() - QClipboard *cb = QApplication::clipboard(); - QString input; - QString html; -- QString tempstring; - QChar tempchar; - int i = 0; - -@@ -282,7 +281,7 @@ void KCharSelectDia::toClipHTML() - } - else - { -- html.append(tempstring.sprintf("&#x%x;", tempchar.unicode())); -+ html.append(QString::asprintf("&#x%x;", tempchar.unicode())); - } - } - cb->setText(html); --- -cgit v1.1 |