[Poppler-bugs] [Bug 105151] [PATCH] Fix various compiler warnings
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Feb 19 23:31:33 UTC 2018
https://bugs.freedesktop.org/show_bug.cgi?id=105151
--- Comment #3 from Albert Astals Cid <aacid at kde.org> ---
- QCOMPARE( page->search(QString("non-ascii:"), rectLeft, rectTop,
rectRight, rectBottom, Poppler::Page::FromTop, Poppler::Page::CaseSensitive),
true );
+ QCOMPARE( page->search(QString("non-ascii:"), rectLeft, rectTop,
rectRight, rectBottom, Poppler::Page::FromTop, Poppler::Page::IgnoreCase), true
);
is wrong?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/poppler-bugs/attachments/20180219/ec63d312/attachment.html>
More information about the Poppler-bugs
mailing list