mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
refs #800 Fixed some implicit conversion warnings.
This commit is contained in:
committed by
Klaus Basan
parent
461474e29d
commit
5791de6860
@@ -66,7 +66,7 @@ namespace BlackGui
|
||||
|
||||
void CSettingsGuiComponent::setGuiOpacity(double value)
|
||||
{
|
||||
ui->hs_SettingsGuiOpacity->setValue(value);
|
||||
ui->hs_SettingsGuiOpacity->setValue(static_cast<int>(value));
|
||||
}
|
||||
|
||||
void CSettingsGuiComponent::ps_fontChanged()
|
||||
|
||||
Reference in New Issue
Block a user