D5656: Adds method to force the reloading of a document
Nicolás Alvarez
noreply at phabricator.kde.org
Tue May 2 05:14:40 UTC 2017
nalvarez added a comment.
I'm pretty sure this breaks ABI by adding a new virtual function... If an application was compiled against a previous version of KTextEditor and calls `documentSave()`, when run with a newer KTextEditor version (with this patch) it may end up calling the new `documentReload(ReloadDocument)`. With garbage in the first argument.
REPOSITORY
R39 KTextEditor
REVISION DETAIL
https://phabricator.kde.org/D5656
To: pedroarthurp, dfaure, brauch, dhaumann, cullmann
Cc: nalvarez, kwrite-devel, #frameworks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20170502/a2b82b76/attachment.html>
More information about the Kde-frameworks-devel
mailing list