The url of the field "Proxy SOCKS:" is not restored to the QLineEdit when the Proxy program is reopened.
The problem is if the variable "Qurl url" doesn't have a scheme, host() returns a empty string. Hope this helps.
Details
Details
- Reviewers
dfaure
Diff Detail
Diff Detail
- Repository
- R241 KIO
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Comment Actions
Urls without schemes shouldn't really happen, so this fix doesn't make me too happy. I debugged this KCM a bit and it seems the issue is the commit that prepends a scheme (like socks://) which interfers with the assumption that after the first ':' comes the port.
The KCM works for me with this alternative fix, can you test?