Skip to content

Partially import BrowserExtension from KParts

Nicolas Fella requested to merge work/nico/browser-interface into kf6

BrowserArguments, WindowArgs, and BrowserInterface are only really used in Konqueror.

To move them here introduce a new BrowserExtension class that extends KParts::BrowserExtension and adds the new methods/signals, under a new name.

Merge request reports