source: ogBrowser-Git/src/main.cpp @ c1e4a93

jenkinsmain
Last change on this file since c1e4a93 was c1e4a93, checked in by adelcastillo <adelcastillo@…>, 15 years ago

Arreglado un pequeno bug.

git-svn-id: https://opengnsys.es/svn/trunk@828 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 197 bytes
Line 
1#include <QtGui/QApplication>
2#include "core.h"
3#include <stdio.h>
4#include <QDebug>
5
6int main(int argc, char *argv[])
7{
8  QApplication a(argc, argv);
9  Core* core=new Core();
10  return a.exec();
11}
Note: See TracBrowser for help on using the repository browser.