mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-25 03:12:56 +00:00
remove redundant return from qt_message() function
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
156927890c
commit
a613b76f0c
1 changed files with 0 additions and 1 deletions
|
@ -1480,7 +1480,6 @@ static void qt_message(QtMsgType msgType, const char *msg, va_list ap)
|
||||||
#if !defined(QT_NO_EXCEPTIONS)
|
#if !defined(QT_NO_EXCEPTIONS)
|
||||||
qEmergencyOut(msgType, msg, ap);
|
qEmergencyOut(msgType, msg, ap);
|
||||||
// don't rethrow - we use qWarning and friends in destructors.
|
// don't rethrow - we use qWarning and friends in destructors.
|
||||||
return;
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue