mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 01:10:04 +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
				
			
		|  | @ -55,8 +55,9 @@ int main(int argc, char* argv[]) | |||
|    auto& logManager = scwx::qt::manager::LogManager::Instance(); | ||||
|    logManager.Initialize(); | ||||
| 
 | ||||
|    logger_->info("Supercell Wx v{} ({})", | ||||
|    logger_->info("Supercell Wx v{}.{} ({})", | ||||
|                  scwx::qt::main::kVersionString_, | ||||
|                  scwx::qt::main::kBuildNumber_, | ||||
|                  scwx::qt::main::kCommitString_); | ||||
| 
 | ||||
|    QCoreApplication::setAttribute(Qt::AA_ShareOpenGLContexts, true); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat