MCPcopy Create free account
hub / github.com/DISTRHO/DPF / main

Function main

tests/NanoSubWidgets.cpp:153–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151// --------------------------------------------------------------------------------------------------------------------
152
153END_NAMESPACE_DGL
154
155int main()
156{
157 using DGL_NAMESPACE::Application;
158 using DGL_NAMESPACE::NanoExampleWindow;
159
160 Application app;
161 NanoExampleWindow win(app);
162 win.show();
163 app.exec();
164
165 return 0;
166}
167
168// --------------------------------------------------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 2

execMethod · 0.80
showMethod · 0.45

Tested by

no test coverage detected