MCPcopy Create free account
hub / github.com/KDE/kwin / tableRow

Function tableRow

src/debug_console.cpp:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78template<typename T>
79static QString tableRow(const QString &title, const T &argument)
80{
81 return QStringLiteral("<tr><td>%1</td><td>%2</td></tr>").arg(title).arg(argument);
82}
83
84static QString timestampRow(std::chrono::microseconds timestamp)
85{

Callers 15

timestampRowFunction · 0.85
timestampRowUsecFunction · 0.85
deviceRowFunction · 0.85
pointerMotionMethod · 0.85
pointerButtonMethod · 0.85
pointerAxisMethod · 0.85
keyboardKeyMethod · 0.85
touchDownMethod · 0.85
touchMotionMethod · 0.85
touchUpMethod · 0.85
pinchGestureBeginMethod · 0.85
pinchGestureUpdateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected