Update comment

This commit is contained in:
Matti Viljanen 2019-03-10 14:56:41 +02:00
parent 20598baf8a
commit bac3580807
No known key found for this signature in database
GPG key ID: CF32A1495158F888

View file

@ -27,8 +27,7 @@ Battery::Battery(QObject* parent) : QObject(parent)
stateFile = new QFile("/run/state/namespaces/Battery/ChargingState", this); stateFile = new QFile("/run/state/namespaces/Battery/ChargingState", this);
// TODO // TODO
// What if the files can't be opened? // Implement DBus mechanism for reading battery status
// What if the device doesn't have a battery?
updateData(); updateData();
} }