MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / main

Function main

ASAP/main.cpp:5–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include <QStyle>
4
5int main(int argc, char *argv[])
6{
7 QApplication a(argc, argv);
8 a.setStyle("windows");
9 ASAP_Window w;
10 w.show();
11
12 return a.exec();
13}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected