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

Function tableHeaderRow

src/debug_console.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71{
72
73static QString tableHeaderRow(const QString &title)
74{
75 return QStringLiteral("<tr><th colspan=\"2\">%1</th></tr>").arg(title);
76}
77
78template<typename T>
79static QString tableRow(const QString &title, const T &argument)

Callers 15

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
pinchGestureEndMethod · 0.85
pinchGestureCancelledMethod · 0.85
swipeGestureBeginMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected