MCPcopy Create free account
hub / github.com/cutelyst/cutelyst / init

Method init

examples/embedded-widgets/embeddedapp.cpp:23–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23bool EmbeddedApp::init()
24{
25 qDebug() << "EmbeddedApp::init()";
26
27 auto root = new Root(this);
28 connect(root, &Root::indexCalled, this, &EmbeddedApp::indexCalled);
29
30 return true;
31}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected