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

Function main

examples/NoValues/main.cpp:14–23  ·  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 mainWindow.setWindowTitle(QObject::tr("You can have a chart without having any data at all."));
21
22 return app.exec();
23}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected