MythTV
master
|
#include <QtGlobal>
#include <QRecursiveMutex>
#include <QObject>
#include <QDateTime>
#include <QTimer>
#include "mythbaseexp.h"
#include "mythchrono.h"
#include "referencecounter.h"
Go to the source code of this file.
Classes | |
class | MythPower |
Variables | |
static constexpr std::chrono::seconds | DEFAULT_SHUTDOWN_WAIT { 5s } |
static constexpr std::chrono::seconds | MAXIMUM_SHUTDOWN_WAIT { 30s } |
|
staticconstexpr |
Definition at line 16 of file mythpower.h.
|
staticconstexpr |
Definition at line 17 of file mythpower.h.
Referenced by MythPower::ScheduleFeature().