mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 11:45:40 +08:00
Fix cppcheck and compiler warnings
This commit is contained in:
@@ -98,7 +98,6 @@ namespace BlackGui
|
||||
const QString fontFamily = ui->cb_SettingsGuiFont->currentFont().family();
|
||||
const QString fontStyleCombined = ui->cb_SettingsGuiFontStyle->currentText();
|
||||
|
||||
const QStringList familySizeStyle = this->getFamilySizeStyle();
|
||||
QString fontColor = m_selectedColor.name();
|
||||
if (!m_selectedColor.isValid() || m_selectedColor.name().isEmpty())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user