Diffusion KWin eab71a8a19b2

Privatize variables in InputDeviceHandler

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

Description

Privatize variables in InputDeviceHandler

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.

Reviewers: KWin, davidedmundson

Reviewed By: KWin, davidedmundson

Subscribers: kwin

Tags: KWin

Differential Revision: https://phabricator.kde.org/D15519

Details

Committed
romanggDec 2 2018, 8:17 PM
Reviewer
KWin
Differential Revision
D15519: Privatize variables in InputDeviceHandler
Parents
R108:b5a91cdfe08c: Float position values in drag input filter
Branches
Unknown
Tags
Unknown