Expose KTextEditor::MainWindow::showPluginConfigPage()
ClosedPublic

Authored by dhaumann on Sep 23 2019, 4:29 PM.

Details

Summary

The application already has a counterpart that takes a (Plugin*, uint),
so we need to adapt this to (Plugin*, int).

Test Plan

make && make test

Diff Detail

Repository
R39 KTextEditor
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
dhaumann created this revision.Sep 23 2019, 4:29 PM
Restricted Application added projects: Kate, Frameworks. · View Herald TranscriptSep 23 2019, 4:29 PM
Restricted Application added subscribers: kde-frameworks-devel, kwrite-devel. · View Herald Transcript
dhaumann requested review of this revision.Sep 23 2019, 4:29 PM
cullmann accepted this revision.Sep 23 2019, 4:42 PM

Seems useful, maches the int configPages()/configPage(int number, QWidget *parent) api

This revision is now accepted and ready to land.Sep 23 2019, 4:42 PM
This revision was automatically updated to reflect the committed changes.