MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / main

Function main

tools/triage/main.cpp:23–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21#include <QApplication>
22
23int main(int argc, char *argv[])
24{
25 QApplication a(argc, argv);
26 MainWindow w;
27 w.show();
28
29 return QApplication::exec();
30}

Callers

nothing calls this directly

Calls 1

showMethod · 0.45

Tested by

no test coverage detected