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:
@@ -59,7 +59,7 @@ void SeerRunStatusIndicator::handleText (const QString& text) {
|
||||
|
||||
}else{
|
||||
// All other text is ignored by this widget.
|
||||
qDebug() << __PRETTY_FUNCTION__ << ":" << text;
|
||||
qDebug() << text;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user