mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 01:10:04 +00:00 
			
		
		
		
	Additional clang-tidy action cleanup
This commit is contained in:
		
							parent
							
								
									57b773d009
								
							
						
					
					
						commit
						a3eb53a649
					
				
					 15 changed files with 128 additions and 117 deletions
				
			
		|  | @ -157,28 +157,27 @@ std::size_t MapSettings::count() const | |||
|    return kCount_; | ||||
| } | ||||
| 
 | ||||
| SettingsVariable<std::string>& MapSettings::map_style(std::size_t i) const | ||||
| SettingsVariable<std::string>& MapSettings::map_style(std::size_t i) | ||||
| { | ||||
|    return p->map_.at(i).mapStyle_; | ||||
| } | ||||
| 
 | ||||
| SettingsVariable<std::string>& MapSettings::radar_site(std::size_t i) const | ||||
| SettingsVariable<std::string>& MapSettings::radar_site(std::size_t i) | ||||
| { | ||||
|    return p->map_.at(i).radarSite_; | ||||
| } | ||||
| 
 | ||||
| SettingsVariable<std::string>& | ||||
| MapSettings::radar_product_group(std::size_t i) const | ||||
| SettingsVariable<std::string>& MapSettings::radar_product_group(std::size_t i) | ||||
| { | ||||
|    return p->map_.at(i).radarProductGroup_; | ||||
| } | ||||
| 
 | ||||
| SettingsVariable<std::string>& MapSettings::radar_product(std::size_t i) const | ||||
| SettingsVariable<std::string>& MapSettings::radar_product(std::size_t i) | ||||
| { | ||||
|    return p->map_.at(i).radarProduct_; | ||||
| } | ||||
| 
 | ||||
| SettingsVariable<bool>& MapSettings::smoothing_enabled(std::size_t i) const | ||||
| SettingsVariable<bool>& MapSettings::smoothing_enabled(std::size_t i) | ||||
| { | ||||
|    return p->map_.at(i).smoothingEnabled_; | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat