MCPcopy Create free account
hub / github.com/D4stiny/PeaceMaker / main

Function main

PeaceMakerGUI/main.cpp:6–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include <QApplication>
5
6int main(int argc, char *argv[])
7{
8 AllocConsole();
9 freopen("CONOUT$", "w", stdout);
10 QApplication a(argc, argv);
11 MainWindow w;
12 w.show();
13 return a.exec();
14}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected