Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 922689
Collapse All | Expand All

(-)a/include/modules/upower/upower.hpp (-1 / +1 lines)
Lines 66-72 class UPower : public AModule { Link Here
66
  Devices devices;
66
  Devices devices;
67
  std::mutex m_Mutex;
67
  std::mutex m_Mutex;
68
  UpClient *client;
68
  UpClient *client;
69
  UpDevice *displayDevice;
69
  UpDevice *displayDevice = nullptr;
70
  guint login1_id;
70
  guint login1_id;
71
  GDBusConnection *login1_connection;
71
  GDBusConnection *login1_connection;
72
  std::unique_ptr<UPowerTooltip> upower_tooltip;
72
  std::unique_ptr<UPowerTooltip> upower_tooltip;

Return to bug 922689