mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 19:30: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
				
			
		|  | @ -45,7 +45,9 @@ AboutDialog::AboutDialog(QWidget* parent) : | |||
|    } | ||||
| 
 | ||||
|    ui->versionLabel->setText( | ||||
|       tr("Version %1").arg(QString::fromStdString(main::kVersionString_))); | ||||
|       tr("Version %1 (Build %2)") | ||||
|          .arg(QString::fromStdString(main::kVersionString_)) | ||||
|          .arg(main::kBuildNumber_)); | ||||
|    ui->revisionLabel->setText( | ||||
|       tr("Git Revision <a href=\"%1\">%2</a>") | ||||
|          .arg(repositoryUrl) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat