| 11 | #endif |
| 12 | |
| 13 | QT_BEGIN_NAMESPACE |
| 14 | inline void PrintTo(const QString& str, ::std::ostream* os) { |
| 15 | *os << qUtf8Printable(str); // whatever needed to print bar to os |
| 16 | } |
| 17 | QT_END_NAMESPACE |
| 18 | |
| 19 | TEST(TextFormatterTest, BoldTest) { |
nothing calls this directly
no outgoing calls
no test coverage detected