head 1.2; access; symbols pkgsrc-2024Q4:1.1.0.4 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.2 pkgsrc-2024Q3-base:1.1; locks; strict; comment @// @; 1.2 date 2024.12.31.09.30.27; author adam; state dead; branches; next 1.1; commitid nsbgkcONCuNgsDDF; 1.1 date 2024.08.12.14.03.25; author adam; state Exp; branches; next ; commitid zax9FOymkZoUuxlF; desc @@ 1.2 log @QXlsx: updated to 1.5.0 1.5.0 Fix SOVERSION @ text @$NetBSD: patch-QXlsx_source_xlsxworkbook.cpp,v 1.1 2024/08/12 14:03:25 adam Exp $ Fix error: calling a private constructor of class 'QString'. --- QXlsx/source/xlsxworkbook.cpp.orig 2024-08-11 08:21:48.310667167 +0000 +++ QXlsx/source/xlsxworkbook.cpp @@@@ -607,7 +607,7 @@@@ bool Workbook::loadFromXmlFile(QIODevice AbstractSheet *sheet = addSheet(name, sheetId, type); sheet->setSheetState(state); - if (relationship.target.startsWith("/")) { + if (relationship.target.startsWith(QStringLiteral("/"))) { QString fullPath = QDir::cleanPath(relationship.target.mid(1)); sheet->setFilePath(fullPath); @ 1.1 log @QXlsx: updated to 1.4.9 1.4.9 Unknown changes @ text @d1 1 a1 1 $NetBSD$ @