Skip to content

Fix and simplify KonqClosedWindowsManager class

Since there's only one Konqueror instance, regardless of the number of windows, all the code needed to synchronize closed windows information between instances has been removed. This also allow to use a QTemporaryFile instead of files in closditems directory to store temporary information about closed windows.

BUG: 487188

Merge request reports