Privatize variables in InputDeviceHandler
ClosedPublic

Authored by romangg on Sep 15 2018, 12:41 AM.

Details

Summary

Some members were declared protected. Better style is to have them private
with public or protected getters and setters.

This also removes the unnecessary m_input variable.

Test Plan

Builds and runs.

Diff Detail

Repository
R108 KWin
Branch
privatizeInputDeviceHandler
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 2872
Build 2890: arc lint + arc unit
romangg created this revision.Sep 15 2018, 12:41 AM
Restricted Application added a project: KWin. · View Herald TranscriptSep 15 2018, 12:41 AM
Restricted Application added a subscriber: kwin. · View Herald Transcript
romangg requested review of this revision.Sep 15 2018, 12:41 AM
davidedmundson accepted this revision.Sep 17 2018, 12:43 PM
This revision is now accepted and ready to land.Sep 17 2018, 12:43 PM
This revision was automatically updated to reflect the committed changes.