Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
void writeLine(QString line)
51
{
52
QTextStream out(stdout);
53
out << line << Qt::endl;
54
}
55
56
int launchApplication(QtSingleApplication * app, Options &options)
57
{
Callers
4
convert
Function · 0.85
resetConfig
Function · 0.85
displayHelp
Function · 0.85
testVoice
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected