D5656: Adds method to force the reloading of a document
Christoph Cullmann
noreply at phabricator.kde.org
Sun May 7 11:31:32 UTC 2017
cullmann added a comment.
You can add the function as non-virtual one.
Then call the right one of the d pointer, like we do for other new introduced view stuff:
KTextEditor::Cursor View::maxScrollPosition() const
{
return d->maxScrollPositionInternal();
}
Its bit ugly, as you have to do that manually but its BC.
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/20170507/9231159b/attachment.html>
More information about the Kde-frameworks-devel
mailing list