| 215 | |
| 216 | |
| 217 | QLabel* Headline::create(const QString& text) |
| 218 | { |
| 219 | return new QLabel(QLatin1String("<b>") + text + QLatin1String("</b>")); |
| 220 | } |
| 221 | |
| 222 | QLabel* Headline::create(const char* text_utf8) |
| 223 | { |
nothing calls this directly
no test coverage detected