FGx  1
 All Classes Files Functions Variables Enumerations Enumerator Macros Pages
aircraftdata.h
1 // -=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-
2 // FGx FlightGear Launcher // aircraftdata.h
3 // -=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-
4 // (c) 2010-2012
5 // Yves Sablonier, Pete Morgan
6 // Geoff McLane
7 // GNU GPLv2, see main.cpp and shipped licence.txt for further information
8 
9 #ifndef AIRCRAFTDATA_H
10 #define AIRCRAFTDATA_H
11 
12 #include <QWidget>
13 #include <QProgressDialog>
14 
15 #include "xobjects/mainobject.h"
16 
17 
19 {
20 public:
21  //AircraftData();
22 
23  static bool import(QProgressDialog &progress, MainObject *mainObject);
24 
25 };
26 
27 #endif // AIRCRAFTDATA_H