mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 14:50:05 +00:00 
			
		
		
		
	More clang-tidy cleanup
This commit is contained in:
		
							parent
							
								
									80c3cb70d2
								
							
						
					
					
						commit
						0c17744bc6
					
				
					 3 changed files with 7 additions and 7 deletions
				
			
		|  | @ -25,9 +25,9 @@ public: | |||
|    ProductSettings(ProductSettings&&) noexcept; | ||||
|    ProductSettings& operator=(ProductSettings&&) noexcept; | ||||
| 
 | ||||
|    SettingsVariable<bool>& show_smoothed_range_folding() const; | ||||
|    SettingsVariable<bool>& sti_forecast_enabled() const; | ||||
|    SettingsVariable<bool>& sti_past_enabled() const; | ||||
|    SettingsVariable<bool>& show_smoothed_range_folding(); | ||||
|    SettingsVariable<bool>& sti_forecast_enabled(); | ||||
|    SettingsVariable<bool>& sti_past_enabled(); | ||||
| 
 | ||||
|    static ProductSettings& Instance(); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat