mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 16:32:45 +00:00 
			
		
		
		
	Kernel: Rename ProcessorInfo::{m_brandstr => m_brand}
There's no need to specify the type of the member in it's name, especially not in shorthand format.
This commit is contained in:
		
							parent
							
								
									be81278634
								
							
						
					
					
						commit
						f9528f1882
					
				
					 4 changed files with 5 additions and 5 deletions
				
			
		|  | @ -577,7 +577,7 @@ NonnullRefPtr<GUI::Widget> build_hardware_tab() | |||
|             Vector<GUI::JsonArrayModel::FieldSpec> processors_field; | ||||
|             processors_field.empend("processor", "Processor", Gfx::TextAlignment::CenterRight); | ||||
|             processors_field.empend("cpuid", "CPUID", Gfx::TextAlignment::CenterLeft); | ||||
|             processors_field.empend("brandstr", "Brand", Gfx::TextAlignment::CenterLeft); | ||||
|             processors_field.empend("brand", "Brand", Gfx::TextAlignment::CenterLeft); | ||||
|             processors_field.empend("Features", Gfx::TextAlignment::CenterLeft, [](auto& object) { | ||||
|                 StringBuilder builder; | ||||
|                 auto features = object.get("features").as_array(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Idan Horowitz
						Idan Horowitz