MagicSmoke  $VERSION$
seatplanobj2.h
Go to the documentation of this file.
1 //
2 // C++ Interface: unabstract
3 //
4 // Description: removes abstract flag from classes that only need to be abstract in PHP
5 //
6 //
7 // Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2017
8 //
9 // Copyright: See README/COPYING.GPL files that come with this distribution
10 //
11 //
12 
13 #ifndef MAGICSMOKE_MOSEATPLANOBJ2_H
14 #define MAGICSMOKE_MOSEATPLANOBJ2_H
15 
16 #include "MOSeatPlanAbstract"
17 
18 class MSIFACE_EXPORT MOSeatPlan:public MOSeatPlanAbstract
19 {
20  Q_GADGET
21  WOBJECT(MOSeatPlan)
22  public:
23  void f(){}
24 };
25 
29 
30 #endif
void f()
Definition: seatplanobj2.h:23
#define MSIFACE_EXPORT
Definition: boxwrapper.h:18
This class is used to parse seat plans on either side.
Definition: seatplanobj2.h:18
Q_DECLARE_METATYPE(QDomNode)