mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 03:20:05 +00:00 
			
		
		
		
	use for descriptive names for when checks are made
This commit is contained in:
		
							parent
							
								
									2f9908b54e
								
							
						
					
					
						commit
						87e43a528e
					
				
					 3 changed files with 6 additions and 6 deletions
				
			
		|  | @ -82,7 +82,7 @@ int main(int argc, char* argv[]) | |||
| 
 | ||||
|    // Test to see if scwx was run with high privilege
 | ||||
|    scwx::qt::main::PrivilegeChecker privilegeChecker; | ||||
|    if (privilegeChecker.first_check()) | ||||
|    if (privilegeChecker.pre_settings_check()) | ||||
|    { | ||||
|       return 0; | ||||
|    } | ||||
|  | @ -127,7 +127,7 @@ int main(int argc, char* argv[]) | |||
|    scwx::qt::main::CheckProcessModules(); | ||||
| 
 | ||||
|    int result = 0; | ||||
|    if (privilegeChecker.second_check()) | ||||
|    if (privilegeChecker.post_settings_check()) | ||||
|    { | ||||
|       result = 1; | ||||
|    } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 AdenKoperczak
						AdenKoperczak