MCPcopy Create free account
hub / github.com/davy7125/polyphone / writeLine

Function writeLine

sources/main.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48#endif
49
50void writeLine(QString line)
51{
52 QTextStream out(stdout);
53 out << line << Qt::endl;
54}
55
56int launchApplication(QtSingleApplication * app, Options &options)
57{

Callers 4

convertFunction · 0.85
resetConfigFunction · 0.85
displayHelpFunction · 0.85
testVoiceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected