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