| 925 | } |
| 926 | |
| 927 | bool OverlayController::enableDebug() const |
| 928 | { |
| 929 | return settings::getSetting( |
| 930 | settings::BoolSetting::APPLICATION_enableDebug ); |
| 931 | } |
| 932 | |
| 933 | void OverlayController::setEnableDebug( bool value, bool notify ) |
| 934 | { |
nothing calls this directly
no test coverage detected