D19123: Added option to search for whole words only
Albert Astals Cid
noreply at phabricator.kde.org
Mon Feb 18 20:25:05 GMT 2019
aacid added a comment.
This needs a test for whole word search.
INLINE COMMENTS
> textpage.h:144
> + Qt::CaseSensitivity caseSensitivity, const RegularAreaRect *lastRect,
> + const bool wholeWords );
>
This breaks binary compatibility https://community.kde.org/Policies/Binary_Compatibility_Issues_With_C%2B%2B
What you want is adding a new function with the new param and make the old one call the new.
You have the same problem in the core/*.h files.
REPOSITORY
R223 Okular
REVISION DETAIL
https://phabricator.kde.org/D19123
To: joaonetto, #okular
Cc: aacid, ngraham, okular-devel, tfella, darcyshen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/okular-devel/attachments/20190218/bded656b/attachment-0001.html>
More information about the Okular-devel
mailing list