main.cpp
Go to the documentation of this file.
1 #include <QApplication>
2 #include "ui/editor.h"
3 
4 int main(int argc, char *argv[])
5 {
6  QApplication a(argc, argv);
7  Editor w;
8  int success = 0;
9 
10  if (w.loadingSuccessful())
11  {
12  w.show();
13  success = a.exec();
14  }
15 
16  return success;
17 }
bool loadingSuccessful()
Definition: editor.h:32
Definition: editor.h:22
int main(int argc, char *argv[])
Definition: main.cpp:4


hector_nist_arena_designer
Author(s): Stefan Kohlbrecher , Johannes Simon
autogenerated on Fri Aug 21 2020 10:45:27