trackerCalibration/Main.cc
Go to the documentation of this file.
1 
18 /* system includes */
19 #include <qapplication.h>
20 
21 /* my includes */
23 
24 /*
25  \brief The program's main function.
26 
27 
28 */
29 int main(int argc, char **argv)
30 {
31 
32  QApplication *qapp;
33  qapp = new QApplication(argc, argv);
34 
36 
37  qapp->setMainWidget(impl);
38  impl->show();
39 
40  qapp->exec();
41 
42  delete impl;
43  delete qapp;
44 
45  return 0;
46 }
47 
int main(int argc, char **argv)


asr_flock_of_birds
Author(s): Bernhardt Andre, Engelmann Stephan, Giesler Björn, Heller Florian, Jäkel Rainer, Nguyen Trung, Pardowitz Michael, Weckesser Peter, Yi Xie, Zöllner Raoul
autogenerated on Mon Jun 10 2019 12:44:40