Expose KTextEditor::MainWindow::showPluginConfigPage()

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

Description

Expose KTextEditor::MainWindow::showPluginConfigPage()

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

Details