Use enum/QFlags to avoid boolean trap with confusing arguments
ClosedPublic

Authored by sandsmark on Oct 22 2017, 10:41 AM.

Details

Reviewers
hindenburg
Group Reviewers
Konsole
Summary

Instead of having a ton of confusing boolean arguments, use QFlags with more descriptive names than true/false.

Diff Detail

Repository
R319 Konsole
Lint
Lint Skipped
Unit
Unit Tests Skipped
sandsmark created this revision.Oct 22 2017, 10:41 AM
hindenburg accepted this revision.Oct 25 2017, 1:00 PM

Thanks looks much cleaner

This revision is now accepted and ready to land.Oct 25 2017, 1:00 PM
hindenburg closed this revision.Dec 25 2017, 4:34 PM

Closed by commit R319:2e86be05dc36: Implement support for trimming leading whitespace