monitor/ScStwMonitorSrc/sleepprevent.h
2020-05-22 19:32:57 +02:00

6 lines
60 B
C++

class SleepPrevent
{
public:
void setTimerDisabled();
};