Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
bool SelectDevicePage::validatePage()
62
{
63
if (field(
"isVirtual"
).toBool()) {
64
_transSettings->ledDevice.reset(new LedDeviceVirtual());
65
}
66
return true;
67
}
68
69
int SelectDevicePage::nextId() const
70
{
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected