mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 02:20:04 +00:00 
			
		
		
		
	Additional clang-tidy action cleanup
This commit is contained in:
		
							parent
							
								
									57b773d009
								
							
						
					
					
						commit
						a3eb53a649
					
				
					 15 changed files with 128 additions and 117 deletions
				
			
		|  | @ -539,8 +539,8 @@ void SettingsDialogImpl::SetupGeneralTab() | |||
|       self_, | ||||
|       [this](const QString& text) | ||||
|       { | ||||
|          types::UiStyle style  = types::GetUiStyle(text.toStdString()); | ||||
|          bool themeFileEnabled = style == types::UiStyle::FusionCustom; | ||||
|          const types::UiStyle style  = types::GetUiStyle(text.toStdString()); | ||||
|          const bool themeFileEnabled = style == types::UiStyle::FusionCustom; | ||||
| 
 | ||||
|          self_->ui->themeFileLineEdit->setEnabled(themeFileEnabled); | ||||
|          self_->ui->themeFileSelectButton->setEnabled(themeFileEnabled); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat