| 423 | } |
| 424 | |
| 425 | void ImageDock::lockChanged(bool locked) { |
| 426 | CONDITIONAL_LOCK_RETURN; |
| 427 | for (auto* image : m_imageList) |
| 428 | image->setLock(locked); |
| 429 | } |
| 430 | |
| 431 | //************************************************************* |
| 432 | //********** SLOTs for changes triggered in Image ************* |