mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
refs #800 Fixed logic error (all control paths lead to assert).
This commit is contained in:
committed by
Klaus Basan
parent
53ceaca47c
commit
39188fa7a8
@@ -203,7 +203,10 @@ namespace BlackGui
|
||||
{
|
||||
showOverlayImage(variant.value<CPixmap>(), timeOutMs);
|
||||
}
|
||||
Q_ASSERT_X(false, Q_FUNC_INFO, "Unsupported type");
|
||||
else
|
||||
{
|
||||
Q_ASSERT_X(false, Q_FUNC_INFO, "Unsupported type");
|
||||
}
|
||||
}
|
||||
|
||||
void COverlayMessages::setModeToMessages()
|
||||
|
||||
Reference in New Issue
Block a user