Having NOTIFY textChanged on text property may come useful when using KUrlRequester with KConfig. KUrlRequester field may hold paths for executables and sometimes it is more convenient to specify only executable name, so that it would be looked in PATH. But KConfig uses setUrl() method for saving KUrlRequester values, which turns foo into /absolute/path/to/current/working/dir/foo, which is obviouslt wrong.
Details
Details
- Reviewers
dfaure - Group Reviewers
Frameworks - Commits
- R241:f7dfb713a852: KUrlRequester: Set NOTIFY signal to textChanged() for text property.
Diff Detail
Diff Detail
- Repository
- R241 KIO
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.