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

Function main

tests/NanoImage.cpp:213–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211// --------------------------------------------------------------------------------------------------------------------
212
213END_NAMESPACE_DGL
214
215int main()
216{
217 using DGL_NAMESPACE::Application;
218 using DGL_NAMESPACE::NanoImageExample;
219
220 Application app(true);
221 NanoImageExample win(app);
222 win.show();
223 app.exec();
224
225 return 0;
226}
227
228// --------------------------------------------------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 2

execMethod · 0.80
showMethod · 0.45

Tested by

no test coverage detected