MCPcopy Create free account
hub / github.com/Atarity/Lightpack / toString

Function toString

Software/src/debug.h:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 };
50
51 inline const QString toString(QRect rect) {
52 return QString("x=%1, y=%2, width=%3, height=%4").arg(QString::number(rect.x())
53 , QString::number(rect.y())
54 , QString::number(rect.width())
55 , QString::number(rect.height()));
56 }
57}
58
59#define DEBUG_HIGH_LEVEL DEBUG_OUT_FUNC_INFO( 3 )

Callers 2

grabMethod · 0.85
getColorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected