mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 00:50:42 +08:00
Switch from __PRETTY_FUNCTION__ to qSetMessagePattern()
This commit is contained in:
@@ -139,7 +139,7 @@ void SeerDebugDialog::setLaunchMode (const QString& mode) {
|
||||
setBreakInMain(true);
|
||||
|
||||
}else{
|
||||
qDebug() << __PRETTY_FUNCTION__ << ":" << "Unknown launch mode of:" << mode;
|
||||
qDebug() << "Unknown launch mode of:" << mode;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user