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
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
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.