Fix compile warning of treating boolean like an integer
ClosedPublic

Authored by davidedmundson on May 3 2017, 1:30 PM.

Details

Summary

m_modeChanges is treated like a ref counter and incremented and
decremented. The type clearly should not be bool.

Diff Detail

Repository
R110 KScreen Library
Lint
No Linters Available
Unit
No Unit Test Coverage
davidedmundson created this revision.May 3 2017, 1:30 PM
Restricted Application added a project: Plasma. · View Herald TranscriptMay 3 2017, 1:30 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
mart accepted this revision.May 3 2017, 2:06 PM
This revision is now accepted and ready to land.May 3 2017, 2:06 PM
This revision was automatically updated to reflect the committed changes.