Windows QPA: Do not play sound for QMessageBox::NoIcon

Amends 2f366a63b2.

Task-number: QTBUG-82682
Task-number: QTBUG-81342
Change-Id: I30f465bf432e27828db460f6dbbb59eee0cca8f2
Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Reviewed-by: André de la Rocha <andre.rocha@qt.io>
bb10
Friedemann Kleint 2020-03-06 09:24:25 +01:00
parent 2c1b4e37b9
commit 7fcc4e0a57
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ static QString alertSound(const QObject *object)
case Critical:
return QStringLiteral("SystemHand");
}
return QString();
}
return QStringLiteral("SystemAsterisk");
}