Subversion Repositories public iLand

Rev

Rev 1221 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
97 Werner 1
/****************************************************************************
2
**
3
**
4
****************************************************************************/
5
 
6
//! [0]
7
/* Add C includes here */
8
 
9
#if defined __cplusplus
10
/* Add C++ includes here */
11
 
12
#include <iostream>
13
#include <QtGui>
14
#include <QtXml>
15
#include <QtSql>
16
//#include <QHttp>
17
//#include <QTXml>
18
 
19
//
20
#include <math.h>
21
 
22
// globals of project
23
#include "global.h"
24
#endif
25
//! [0]