Fix warnings

This commit is contained in:
WarmUpTill
2025-12-11 18:43:49 +01:00
committed by WarmUpTill
parent 7c6d657fdd
commit 225913b44d
11 changed files with 26 additions and 32 deletions

View File

@@ -154,7 +154,7 @@ void MacroConditionProcessEdit::ProcessChanged(const QString &text)
QString::fromStdString(_entryData->GetShortDesc()));
}
void MacroConditionProcessEdit::showEvent(QShowEvent *event)
void MacroConditionProcessEdit::showEvent(QShowEvent *)
{
const QSignalBlocker b(_processSelection);
const auto text = _processSelection->currentText();