MCPcopy Create free account
hub / github.com/Atarity/Lightpack / init

Method init

Software/src/LedDeviceManager.cpp:72–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void LedDeviceManager::init()
73{
74 if (!m_cmdTimeoutTimer)
75 m_cmdTimeoutTimer = new QTimer();
76
77 m_cmdTimeoutTimer->setInterval(100);
78 connect(m_cmdTimeoutTimer, SIGNAL(timeout()), this, SLOT(ledDeviceCommandTimedOut()));
79
80 initLedDevice();
81}
82
83void LedDeviceManager::recreateLedDevice(const SupportedDevices::DeviceType deviceType)
84{

Callers 1

createTrayIconMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected