~mandel/ubuntu-system-settings/download-checksum

« back to all changes in this revision

Viewing changes to plugins/battery/battery.h

  • Committer: CI Train Bot
  • Date: 2015-02-10 14:35:27 UTC
  • mfrom: (976.1.7 ubuntu-system-settings)
  • Revision ID: ci-train-bot@canonical.com-20150210143527-c5rvmsv0ezi9y32z
Resync trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
    bool m_powerdRunning;
60
60
    UpDevice *m_device;
61
61
    QString m_deviceString;
62
 
    int m_lastFullCharge;
 
62
    int m_lastFullCharge = NULL;
63
63
    void buildDeviceString();
64
64
    void getLastFullCharge();
65
65
    bool updateLastFullCharge(UpHistoryItem *item, int offset);