| 931 | } |
| 932 | |
| 933 | void OverlayController::setEnableDebug( bool value, bool notify ) |
| 934 | { |
| 935 | settings::setSetting( settings::BoolSetting::APPLICATION_enableDebug, |
| 936 | value ); |
| 937 | if ( notify ) |
| 938 | { |
| 939 | emit enableDebugChanged( value ); |
| 940 | } |
| 941 | } |
| 942 | |
| 943 | bool OverlayController::disableVersionCheck() const |
| 944 | { |
nothing calls this directly
no test coverage detected