mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Qbs: fix build clang, mingw
This commit is contained in:
@@ -362,7 +362,7 @@ int PDFToolAudioBook::createAudioBook(const PDFToolOptions& options, pdf::PDFDoc
|
||||
{
|
||||
if (item.flags.testFlag(pdf::PDFDocumentTextFlow::PageStart) && options.textSpeechMarkPageNumbers)
|
||||
{
|
||||
textStream << QString("<bookmark mark=\"%1\"/>").arg(item.text) << endl;
|
||||
textStream << QString("<bookmark mark=\"%1\"/>").arg(item.text) << Qt::endl;
|
||||
}
|
||||
|
||||
if (!item.text.isEmpty())
|
||||
|
Reference in New Issue
Block a user