mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 09:10:04 +00:00 
			
		
		
		
	privilege check clang-tidy fix
This commit is contained in:
		
							parent
							
								
									eb3b76dcf4
								
							
						
					
					
						commit
						3ea37ba104
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -102,7 +102,7 @@ bool PrivilegeChecker::pre_settings_check() | ||||||
|       return false; |       return false; | ||||||
|    } |    } | ||||||
| 
 | 
 | ||||||
|    int result                  = p->dialog_.exec(); |    const int result            = p->dialog_.exec(); | ||||||
|    p->firstCheckCheckBoxState_ = p->checkBox_->isChecked(); |    p->firstCheckCheckBoxState_ = p->checkBox_->isChecked(); | ||||||
| 
 | 
 | ||||||
|    return result != QMessageBox::Yes; |    return result != QMessageBox::Yes; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 AdenKoperczak
						AdenKoperczak