mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
...and fix the function signature in the header
This commit is contained in:
parent
123ce083b4
commit
d8b6201632
@ -23,7 +23,7 @@ class Battery : public ALabel {
|
|||||||
|
|
||||||
void worker();
|
void worker();
|
||||||
std::tuple<uint16_t, std::string> getInfos();
|
std::tuple<uint16_t, std::string> getInfos();
|
||||||
std::string getState(uint16_t, bool);
|
std::string getState(uint16_t);
|
||||||
|
|
||||||
util::SleeperThread thread_;
|
util::SleeperThread thread_;
|
||||||
util::SleeperThread threadTimer_;
|
util::SleeperThread threadTimer_;
|
||||||
|
Loading…
Reference in New Issue
Block a user