| 996 | } |
| 997 | |
| 998 | int OverlayController::debugState() const |
| 999 | { |
| 1000 | return settings::getSetting( settings::IntSetting::APPLICATION_debugState ); |
| 1001 | } |
| 1002 | |
| 1003 | void OverlayController::setDebugState( int value, bool notify ) |
| 1004 | { |
nothing calls this directly
no test coverage detected