broulik added a comment.

  In D11331#226852 <https://phabricator.kde.org/D11331#226852>, @dollinger 
wrote:
  
  > I updated the diff, but unfortunately I'm not sure where to add that enum 
you @broulik mentioned since there is already one in `frontend\battery.h`:
  
  
  I think you can add an enum to `upower.h` and use it instead of the defines. 
I thought we already linked against UPower and could just use its header but we 
don't and I don't want to change that to avoid a dependency increase.
  
    enum UPowerBatteryType {
        UPowerBatteryTypeBattery,
        UPowerBatteryTypeUps,
        UPowerBatteryTypeMouse,
        ...
        UPowerBatteryTypeGamingInput
    };

REPOSITORY
  R245 Solid

REVISION DETAIL
  https://phabricator.kde.org/D11331

To: dollinger, broulik, #plasma
Cc: aleksejshilin, #frameworks, michaelh, ngraham

Reply via email to