| 317 | } |
| 318 | |
| 319 | void QuickInspectorWidget::saveState() |
| 320 | { |
| 321 | if (m_state != QuickInspectorWidget::Ready) |
| 322 | return; |
| 323 | |
| 324 | m_stateManager.saveState(); |
| 325 | } |
| 326 | |
| 327 | void QuickInspectorWidget::saveAsImage() |
| 328 | { |
no outgoing calls
no test coverage detected