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

Method validatePage

Software/src/wizard/SelectDevicePage.cpp:61–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61bool SelectDevicePage::validatePage()
62{
63 if (field("isVirtual").toBool()) {
64 _transSettings->ledDevice.reset(new LedDeviceVirtual());
65 }
66 return true;
67}
68
69int SelectDevicePage::nextId() const
70{

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected