mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 02:40:05 +00:00 
			
		
		
		
	moved settings initialization into cpp files
This commit is contained in:
		
							parent
							
								
									c92b881d4a
								
							
						
					
					
						commit
						97b5b6f4ca
					
				
					 3 changed files with 21 additions and 3 deletions
				
			
		|  | @ -1,4 +1,4 @@ | |||
| #define SETTINGS_CONTAINER_IMPLEMENTATION | ||||
| //#define SETTINGS_CONTAINER_IMPLEMENTATION
 | ||||
| 
 | ||||
| #include <scwx/qt/settings/settings_container.hpp> | ||||
| #include <scwx/util/logger.hpp> | ||||
|  | @ -172,6 +172,8 @@ bool SettingsContainer<Container>::Equals(const SettingsVariableBase& o) const | |||
|           p->elementMaximum_ == v.p->elementMaximum_; | ||||
| } | ||||
| 
 | ||||
| template class SettingsContainer<std::vector<std::int64_t>>; | ||||
| 
 | ||||
| } // namespace settings
 | ||||
| } // namespace qt
 | ||||
| } // namespace scwx
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 AdenKoperczak
						AdenKoperczak