parent
							
								
									bcbe69491b
								
							
						
					
					
						commit
						03f696877e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -38,7 +38,7 @@ AboutDialog::AboutDialog(QWidget *parent) :
 | 
				
			||||||
    const QString projectBuild = AppEnv::getBuildDateTime();
 | 
					    const QString projectBuild = AppEnv::getBuildDateTime();
 | 
				
			||||||
    const QString buildStr = GTA5SYNC_BUILDSTRING;
 | 
					    const QString buildStr = GTA5SYNC_BUILDSTRING;
 | 
				
			||||||
#ifdef GTA5SYNC_COMMIT
 | 
					#ifdef GTA5SYNC_COMMIT
 | 
				
			||||||
    if (literalBuildType == REL_BUILDTYPE && !appVersion.contains("-"))
 | 
					    if ((strcmp(literalBuildType, REL_BUILDTYPE) == 0) && !appVersion.contains("-"))
 | 
				
			||||||
        appVersion = appVersion % "-" % GTA5SYNC_COMMIT;
 | 
					        appVersion = appVersion % "-" % GTA5SYNC_COMMIT;
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue