| 252 | } |
| 253 | |
| 254 | void InfoElementDock::gluePointChanged(int index) { |
| 255 | CONDITIONAL_LOCK_RETURN; |
| 256 | |
| 257 | for (auto* infoElement : m_elements) |
| 258 | infoElement->setGluePointIndex(index - 1); // index 0 means automatic, which is defined as -1 |
| 259 | } |
| 260 | |
| 261 | //*********************************************************** |
| 262 | //******* SLOTs for changes triggered in InfoElement ******** |
nothing calls this directly
no test coverage detected