MCPcopy Create free account
hub / github.com/KDAB/KDChart / main

Function main

examples/EmptyValues/main.cpp:14–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12#include <qapplication.h>
13
14int main(int argc, char **argv)
15{
16 QApplication app(argc, argv);
17
18 MainWindow mainWindow;
19 mainWindow.show();
20
21 return app.exec();
22}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected