MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / main

Function main

lib/QSimpleUpdater/tutorial/src/main.cpp:25–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23#include "Window.h"
24
25int main(int argc, char** argv)
26{
27 QApplication app(argc, argv);
28 app.setApplicationVersion("1.0");
29 app.setApplicationName("Bob's Badass App");
30
31 Window window;
32 window.show();
33
34 return app.exec();
35}

Callers

nothing calls this directly

Calls 2

showMethod · 0.80
execMethod · 0.80

Tested by

no test coverage detected