| 99 | } |
| 100 | |
| 101 | void 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 | |
| 109 | void GrabWidget::settingsProfileChanged() |
| 110 | { |