MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / runRMSViewer

Function runRMSViewer

main.cpp:38–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36using namespace SigDigger;
37
38static int
39runRMSViewer(QApplication &app)
40{
41 int ret;
42 RMSViewer viewer;
43
44 viewer.show();
45 ret = app.exec();
46
47 return ret;
48}
49
50static QString
51getLogText(void)

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected