MCPcopy Create free account
hub / github.com/blizzard4591/openMittsu / PrintTo

Function PrintTo

test/src/TextFormatterTest.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected