Switch from __PRETTY_FUNCTION__ to qSetMessagePattern()

This commit is contained in:
Ernie Pasveer
2022-01-20 10:40:56 -06:00
parent b5b292fbed
commit 1afdf82f91
30 changed files with 194 additions and 173 deletions
+2 -2
View File
@@ -67,7 +67,7 @@ QStringList SeerBreakpointsBrowserWidget::breakpointsText () const {
breakpointList.append(breakpointParameters);
//qDebug() << __PRETTY_FUNCTION__ << ":" << breakpointParameters;
//qDebug() << breakpointParameters;
++it;
}
@@ -123,7 +123,7 @@ void SeerBreakpointsBrowserWidget::handleText (const QString& text) {
QString body_text = Seer::parseFirst(newtext, "body=", '[', ']', false);
//qDebug() << __PRETTY_FUNCTION__ << ":" << body_text;
//qDebug() << body_text;
if (body_text != "") {