[OpenUrlJob] Improve comments/docs
ClosedPublic

Authored by ahmadsamir on May 8 2020, 11:56 AM.

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.
ahmadsamir created this revision.May 8 2020, 11:56 AM
Restricted Application added a project: Frameworks. · View Herald TranscriptMay 8 2020, 11:56 AM
ahmadsamir requested review of this revision.May 8 2020, 11:56 AM

Thanks!

src/gui/openurljob.cpp
393

missing space after '='

594

That one was on purpose. I find this version less readable, mixing a test and an actual action (with error handling).

src/gui/openurljob.h
114

I think I used the sentence in the two LauncherJobs, feel free to make the same change here.

ahmadsamir marked 2 inline comments as done.May 8 2020, 4:30 PM
ahmadsamir added inline comments.
src/gui/openurljob.cpp
594

Fair point.

ahmadsamir updated this revision to Diff 82286.May 8 2020, 4:31 PM
ahmadsamir marked an inline comment as done.

Address comments

dfaure accepted this revision.May 8 2020, 5:19 PM
This revision is now accepted and ready to land.May 8 2020, 5:19 PM
This revision was automatically updated to reflect the committed changes.