head 1.2; access; symbols pkgsrc-2025Q3:1.1.0.8 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.6 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.4 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.2 pkgsrc-2024Q4-base:1.1; locks; strict; comment @// @; 1.2 date 2025.11.10.13.56.05; author wiz; state dead; branches; next 1.1; commitid j42UXg5EkF6BP0iG; 1.1 date 2024.11.12.21.46.56; author markd; state Exp; branches; next ; commitid bkncAohGGYau6pxF; desc @@ 1.2 log @scribus-qt5: remove, replaced by scribus @ text @$NetBSD: patch-scribus_plugins_gettext_htmlim_htmlreader.cpp,v 1.1 2024/11/12 21:46:56 markd Exp $ .../scribus/plugins/gettext/htmlim/htmlreader.cpp:251:18: error: ambiguous overload for 'operator==' (operand types are 'const QChar' and 'const char [2]') 251 | if (tmp.at(0) == "\n") --- scribus/plugins/gettext/htmlim/htmlreader.cpp.orig 2024-06-15 14:22:25.000000000 +0000 +++ scribus/plugins/gettext/htmlim/htmlreader.cpp @@@@ -248,7 +248,7 @@@@ bool HTMLReader::characters(const QStrin bool lcis = (chr.length() > 0 && chr[0].isSpace()); if (inPre) { - if (tmp.at(0) == "\n") + if (tmp.at(0) == QString("\n")) tmp = tmp.right(tmp.length() - 2); } else @ 1.1 log @scribus-qt5: build with latest qt5 and poppler. @ text @d1 1 a1 1 $NetBSD$ @