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

Function main

tests/FileBrowserDialog.cpp:180–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178// --------------------------------------------------------------------------------------------------------------------
179
180END_NAMESPACE_DGL
181
182int main()
183{
184 using DGL_NAMESPACE::Application;
185 using DGL_NAMESPACE::NanoFilePicker;
186
187 Application app(true);
188 NanoFilePicker win(app);
189 win.show();
190 app.exec();
191
192 return 0;
193}
194
195// --------------------------------------------------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 2

execMethod · 0.80
showMethod · 0.45

Tested by

no test coverage detected