| 676 | } |
| 677 | |
| 678 | void QuickInspector::checkSlowMode() |
| 679 | { |
| 680 | // We can't check that for now as there is no getter for the property... |
| 681 | emit slowModeChanged(m_slowDownEnabled); |
| 682 | } |
| 683 | |
| 684 | void QuickInspector::setSlowMode(bool slow) |
| 685 | { |
no outgoing calls
no test coverage detected