| 115 | } |
| 116 | |
| 117 | void ViewerSettingsManager::saveInt( const std::string& name, int value ) |
| 118 | { |
| 119 | Config::instance().setJsonValue( name, value ); |
| 120 | } |
| 121 | |
| 122 | std::string ViewerSettingsManager::loadString( const std::string& name, const std::string& def ) |
| 123 | { |
no test coverage detected