mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 17:10:44 +08:00
Switch from __PRETTY_FUNCTION__ to qSetMessagePattern()
This commit is contained in:
@@ -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 != "") {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user