head 1.2; access; symbols pkgsrc-2022Q3:1.1.0.4 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.2 pkgsrc-2022Q2-base:1.1; locks; strict; comment @// @; 1.2 date 2022.09.29.01.30.09; author markd; state dead; branches; next 1.1; commitid 6EnyemtS3emwhHVD; 1.1 date 2022.04.22.04.32.33; author gutteridge; state Exp; branches; next ; commitid IQCBzbMbiS0Xp9BD; desc @@ 1.2 log @libkscreen: update to Plasma 5.24.6 16 months of development @ text @$NetBSD: patch-src_edid.cpp,v 1.1 2022/04/22 04:32:33 gutteridge Exp $ Fix build with Qt 5.15.3. --- src/edid.cpp.orig 2020-05-05 14:47:08.000000000 +0000 +++ src/edid.cpp @@@@ -411,7 +411,7 @@@@ QString Edid::Private::edidParseString(c for (int i = 0; i < text.length(); ++i) { if (!text.at(i).isPrint()) { - text[i] = '-'; + text[i] = QLatin1Char('-'); } } return text; @ 1.1 log @libkscreen: fix build with Qt 5.15.3 (We can't update to latest versions as our kf5 packaging is too old.) @ text @d1 1 a1 1 $NetBSD$ @