MCPcopy Create free account
hub / github.com/Linloir/GraphBuilder / main

Function main

main.cpp:5–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include <QApplication>
4
5int main(int argc, char *argv[])
6{
7 QApplication a(argc, argv);
8 MainWindow w;
9 w.setWindowFlag(Qt::FramelessWindowHint);
10 w.setAttribute(Qt::WA_TranslucentBackground);
11 w.show();
12 return a.exec();
13
14}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected