mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 11:20:05 +00:00 
			
		
		
		
	Add build number to log and about dialog
This commit is contained in:
		
							parent
							
								
									60d52b5c59
								
							
						
					
					
						commit
						699f60d399
					
				
					 3 changed files with 8 additions and 10 deletions
				
			
		|  | @ -3,17 +3,12 @@ | |||
| #include <cstdint> | ||||
| #include <string> | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
| namespace qt | ||||
| { | ||||
| namespace main | ||||
| namespace scwx::qt::main | ||||
| { | ||||
| 
 | ||||
| const std::uint32_t kBuildNumber_ {${build_number}u}; | ||||
| const std::string   kCommitString_ {"${commit_string}"}; | ||||
| const std::uint16_t kCopyrightYear_ {${copyright_year}u}; | ||||
| const std::string   kVersionString_ {"${version_string}"}; | ||||
| 
 | ||||
| } // namespace main
 | ||||
| } // namespace qt
 | ||||
| } // namespace scwx
 | ||||
| } // namespace scwx::qt::main
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat