mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 08:50:05 +00:00 
			
		
		
		
	Combine namespaces in settings files into single line
This commit is contained in:
		
							parent
							
								
									0a3913bdee
								
							
						
					
					
						commit
						ba62004002
					
				
					 34 changed files with 68 additions and 272 deletions
				
			
		|  | @ -7,11 +7,7 @@ | |||
| #include <fmt/ostream.h> | ||||
| #include <fmt/ranges.h> | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
| namespace qt | ||||
| { | ||||
| namespace settings | ||||
| namespace scwx::qt::settings | ||||
| { | ||||
| 
 | ||||
| static const std::string logPrefix_ = "scwx::qt::settings::settings_variable"; | ||||
|  | @ -439,6 +435,4 @@ template class SettingsVariable<std::string>; | |||
| // Containers are not to be used directly
 | ||||
| template class SettingsVariable<std::vector<std::int64_t>>; | ||||
| 
 | ||||
| } // namespace settings
 | ||||
| } // namespace qt
 | ||||
| } // namespace scwx
 | ||||
| } // namespace scwx::qt::settings
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 AdenKoperczak
						AdenKoperczak