MCPcopy Create free account
hub / github.com/F-Stack/f-stack / main

Function main

app/redis-6.2.6/deps/hiredis/examples/example-qt.cpp:36–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36int main (int argc, char **argv) {
37
38 QCoreApplication app(argc, argv);
39
40 ExampleQt example(argv[argc-1]);
41
42 QObject::connect(&example, SIGNAL(finished()), &app, SLOT(quit()));
43 QTimer::singleShot(0, &example, SLOT(run()));
44
45 return app.exec();
46}

Callers

nothing calls this directly

Calls 2

connectFunction · 0.50
quitFunction · 0.50

Tested by

no test coverage detected