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

Method saveSizeAndPosition

Software/src/GrabWidget.cpp:101–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void GrabWidget::saveSizeAndPosition()
102{
103 DEBUG_LOW_LEVEL << Q_FUNC_INFO;
104
105 Settings::setLedPosition(m_selfId, pos());
106 Settings::setLedSize(m_selfId, size());
107}
108
109void GrabWidget::settingsProfileChanged()
110{

Callers 1

scaleLedWidgetsMethod · 0.80

Calls 1

sizeFunction · 0.85

Tested by

no test coverage detected