Create a public writeViewConfig() function so the open/save dialog itself can call it
AbandonedPublic

Authored by ngraham on Apr 15 2018, 11:29 PM.

Details

Reviewers
None
Group Reviewers
Frameworks
Summary

D12227 fixes 209559 for the case when the user presses the Cancel button, but not when the dialog is closed via the Escape key or the titlebar's close button. In order to do that, changes to the QPA plugin are needed. To facilitate it, KFileWidget needs a public interface to the writeViewConfig() function needs so that the dialog can call it. This patch does that.

Test Plan

Compile and deploy KIO, run tests (no regressions), interact with a file open/save dialog; all still work.

Diff Detail

Repository
R241 KIO
Branch
public-writeviewconfig-function
Lint
No Linters Available
Unit
No Unit Test Coverage